Argo CD · JSON-LD Context

Argo Cd Intstr Context

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

1 Classes 3 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

intstrIntOrString

Properties

Property Type Container
intVal integer
strVal string
type integer

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#",
    "intstrIntOrString": "argocd:intstrIntOrString",
    "intVal": {
      "@id": "argocd:intVal",
      "@type": "xsd:integer"
    },
    "strVal": {
      "@id": "argocd:strVal",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "argocd:type",
      "@type": "xsd:integer"
    }
  }
}