Argo Workflows · JSON-LD Context

Argo Workflows Google Context

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

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

google.protobuf.Any

Properties

Property Type Container
typeUrl string
value 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#",
    "google.protobuf.Any": "argo:google.protobuf.Any",
    "typeUrl": {
      "@id": "argo:type_url",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "argo:value",
      "@type": "xsd:string"
    }
  }
}