Argo CD · JSON Structure

Argo Cd V1 Json Structure

JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.

Type: object Properties: 1
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

raw

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-v1-json-structure.json",
  "name": "v1JSON",
  "description": "JSON represents any valid JSON value.\nThese types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.",
  "type": "object",
  "properties": {
    "raw": {
      "type": "string",
      "format": "byte"
    }
  }
}