Argo CD · JSON-LD Context

Argo Cd Gpgkey Context

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

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

gpgkeyGnuPGPublicKeyResponse gpgkeyGnuPGPublicKeyCreateResponse

Properties

Property Type Container
created string
skipped 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#",
    "gpgkeyGnuPGPublicKeyResponse": "argocd:gpgkeyGnuPGPublicKeyResponse",
    "gpgkeyGnuPGPublicKeyCreateResponse": "argocd:gpgkeyGnuPGPublicKeyCreateResponse",
    "created": {
      "@id": "argocd:created",
      "@type": "xsd:string"
    },
    "skipped": {
      "@id": "argocd:skipped",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}