{
  "description": "ArgoCDExtension is the Schema for the argocdextensions API",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "ArgoCDExtensionSpec defines the desired state of ArgoCDExtension",
      "properties": {
        "sources": {
          "description": "Sources specifies where the extension should come from",
          "items": {
            "description": "ExtensionSource specifies where the extension should be sourced from",
            "properties": {
              "git": {
                "description": "Git is specified if the extension should be sourced from a git repository",
                "properties": {
                  "revision": {
                    "description": "Revision specifies the revision of the Repository to fetch",
                    "type": "string"
                  },
                  "url": {
                    "description": "URL specifies the Git repository URL to fetch",
                    "type": "string"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "web": {
                "description": "Web is specified if the extension should be sourced from a web file",
                "properties": {
                  "url": {
                    "description": "URK specifies the remote file URL",
                    "type": "string"
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        }
      },
      "required": [
        "sources"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "ArgoCDExtensionStatus defines the observed state of ArgoCDExtension",
      "properties": {
        "conditions": {
          "items": {
            "properties": {
              "message": {
                "description": "Message contains human-readable message indicating details about condition",
                "type": "string"
              },
              "status": {
                "description": "Boolean status describing if the condition is currently true",
                "type": "string"
              },
              "type": {
                "description": "Type is an ArgoCDExtension condition type",
                "type": "string"
              }
            },
            "required": [
              "message",
              "status",
              "type"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
