Argo CD · JSON Structure

Argo Cd Intstr Int Or String Structure

+protobuf=true +protobuf.options.(gogoproto.goproto_stringer)=false +k8s:openapi-gen=true

Type: object Properties: 3
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

intstrIntOrString is a JSON Structure definition published by Argo CD, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

intVal strVal type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-intstr-int-or-string-structure.json",
  "name": "intstrIntOrString",
  "description": "+protobuf=true\n+protobuf.options.(gogoproto.goproto_stringer)=false\n+k8s:openapi-gen=true",
  "type": "object",
  "properties": {
    "intVal": {
      "type": "int32"
    },
    "strVal": {
      "type": "string"
    },
    "type": {
      "type": "int64"
    }
  }
}