Argo Workflows · JSON-LD Context

Argo Workflows Grpc Context

JSON-LD context defining the semantic vocabulary for Argo Workflows Grpc from Argo Workflows.

2 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

argo: https://argoproj.github.io/schema/argo-workflows/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

grpc.gateway.runtime.Error grpc.gateway.runtime.StreamError

Properties

Property Type Container
code integer
details string set
error string
message string
grpcCode integer
httpCode integer
httpStatus string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "argo": "https://argoproj.github.io/schema/argo-workflows/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "grpc.gateway.runtime.Error": "argo:grpc.gateway.runtime.Error",
    "grpc.gateway.runtime.StreamError": "argo:grpc.gateway.runtime.StreamError",
    "code": {
      "@id": "argo:code",
      "@type": "xsd:integer"
    },
    "details": {
      "@id": "argo:details",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "error": {
      "@id": "argo:error",
      "@type": "xsd:string"
    },
    "message": {
      "@id": "argo:message",
      "@type": "xsd:string"
    },
    "grpcCode": {
      "@id": "argo:grpc_code",
      "@type": "xsd:integer"
    },
    "httpCode": {
      "@id": "argo:http_code",
      "@type": "xsd:integer"
    },
    "httpStatus": {
      "@id": "argo:http_status",
      "@type": "xsd:string"
    }
  }
}