Argo CD · Schema

intstrIntOrString

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

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
intVal integer
strVal string
type integer
View JSON Schema on GitHub

JSON Schema

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