Argo CD · JSON-LD Context

Argo Cd Runtime Context

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

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

runtimeError runtimeStreamError runtimeRawExtension

Properties

Property Type Container
code integer
details string set
error string
message string
grpcCode integer
httpCode integer
httpStatus string
raw 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#",
    "runtimeError": "argocd:runtimeError",
    "runtimeStreamError": "argocd:runtimeStreamError",
    "runtimeRawExtension": "argocd:runtimeRawExtension",
    "code": {
      "@id": "argocd:code",
      "@type": "xsd:integer"
    },
    "details": {
      "@id": "argocd:details",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "error": {
      "@id": "argocd:error",
      "@type": "xsd:string"
    },
    "message": {
      "@id": "argocd:message",
      "@type": "xsd:string"
    },
    "grpcCode": {
      "@id": "argocd:grpc_code",
      "@type": "xsd:integer"
    },
    "httpCode": {
      "@id": "argocd:http_code",
      "@type": "xsd:integer"
    },
    "httpStatus": {
      "@id": "argocd:http_status",
      "@type": "xsd:string"
    },
    "raw": {
      "@id": "argocd:raw",
      "@type": "xsd:string"
    }
  }
}