Argo CD · JSON-LD Context

Argo Cd Applicationv1Alpha1 Context

JSON-LD context defining the semantic vocabulary for Argo Cd Applicationv1Alpha1 from Argo CD.

4 Classes 10 Properties 4 Namespaces
View Context View on GitHub

Namespaces

argocd: https://argoproj.github.io/schema/argo-cd/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

applicationv1alpha1ResourceStatus applicationv1alpha1EnvEntry name version

Properties

Property Type Container
group string
health string
hook boolean
kind string
namespace string
requiresDeletionConfirmation boolean
requiresPruning boolean
status string
syncWave integer
value string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "argocd": "https://argoproj.github.io/schema/argo-cd/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "applicationv1alpha1ResourceStatus": "argocd:applicationv1alpha1ResourceStatus",
    "applicationv1alpha1EnvEntry": "argocd:applicationv1alpha1EnvEntry",
    "group": {
      "@id": "argocd:group",
      "@type": "xsd:string"
    },
    "health": {
      "@id": "argocd:health",
      "@type": "xsd:string"
    },
    "hook": {
      "@id": "argocd:hook",
      "@type": "xsd:boolean"
    },
    "kind": {
      "@id": "argocd:kind",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "namespace": {
      "@id": "argocd:namespace",
      "@type": "xsd:string"
    },
    "requiresDeletionConfirmation": {
      "@id": "argocd:requiresDeletionConfirmation",
      "@type": "xsd:boolean"
    },
    "requiresPruning": {
      "@id": "argocd:requiresPruning",
      "@type": "xsd:boolean"
    },
    "status": {
      "@id": "argocd:status",
      "@type": "xsd:string"
    },
    "syncWave": {
      "@id": "argocd:syncWave",
      "@type": "xsd:integer"
    },
    "version": "schema:version",
    "value": {
      "@id": "argocd:value",
      "@type": "xsd:string"
    }
  }
}