Argo CD · JSON-LD Context

Argo Cd Protobuf Context

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

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

protobufAny

Properties

Property Type Container
typeUrl string
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#",
    "protobufAny": "argocd:protobufAny",
    "typeUrl": {
      "@id": "argocd:type_url",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "argocd:value",
      "@type": "xsd:string"
    }
  }
}