Argo CD · Schema

v1JSON

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

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
raw string
View JSON Schema on GitHub

JSON Schema

argo-cd-v1-json-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-v1-json-schema.json",
  "title": "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"
    }
  }
}