Argo Workflows · JSON-LD Context

Argo Workflows Sync Context

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

4 Classes 5 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

sync.UpdateSyncLimitRequest sync.CreateSyncLimitRequest sync.SyncLimitResponse sync.DeleteSyncLimitResponse

Properties

Property Type Container
cmName string
key string
limit integer
namespace string
type 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#",
    "sync.UpdateSyncLimitRequest": "argo:sync.UpdateSyncLimitRequest",
    "sync.CreateSyncLimitRequest": "argo:sync.CreateSyncLimitRequest",
    "sync.SyncLimitResponse": "argo:sync.SyncLimitResponse",
    "sync.DeleteSyncLimitResponse": "argo:sync.DeleteSyncLimitResponse",
    "cmName": {
      "@id": "argo:cmName",
      "@type": "xsd:string"
    },
    "key": {
      "@id": "argo:key",
      "@type": "xsd:string"
    },
    "limit": {
      "@id": "argo:limit",
      "@type": "xsd:integer"
    },
    "namespace": {
      "@id": "argo:namespace",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "argo:type",
      "@type": "xsd:string"
    }
  }
}