Argo CD · JSON-LD Context

Argo Cd Notification Context

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

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

notificationTrigger notificationServiceList notificationTemplateList notificationService notificationTemplate notificationTriggerList name

Properties

Property Type Container
items 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#",
    "notificationTrigger": "argocd:notificationTrigger",
    "notificationServiceList": "argocd:notificationServiceList",
    "notificationTemplateList": "argocd:notificationTemplateList",
    "notificationService": "argocd:notificationService",
    "notificationTemplate": "argocd:notificationTemplate",
    "notificationTriggerList": "argocd:notificationTriggerList",
    "name": "schema:name",
    "items": {
      "@id": "argocd:items",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}