Argo CD · JSON-LD Context

Argo Cd Applicationset Context

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

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

applicationsetApplicationSetResponse applicationsetApplicationSetGenerateRequest applicationsetApplicationSetGenerateResponse

Properties

Property Type Container
applicationset string
project string
applicationSet string
applications string set

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#",
    "applicationsetApplicationSetResponse": "argocd:applicationsetApplicationSetResponse",
    "applicationsetApplicationSetGenerateRequest": "argocd:applicationsetApplicationSetGenerateRequest",
    "applicationsetApplicationSetGenerateResponse": "argocd:applicationsetApplicationSetGenerateResponse",
    "applicationset": {
      "@id": "argocd:applicationset",
      "@type": "xsd:string"
    },
    "project": {
      "@id": "argocd:project",
      "@type": "xsd:string"
    },
    "applicationSet": {
      "@id": "argocd:applicationSet",
      "@type": "xsd:string"
    },
    "applications": {
      "@id": "argocd:applications",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}