Dynatrace · JSON-LD Context

Dynatrace Problems Webhook Header Context

JSON-LD context defining the semantic vocabulary for Dynatrace Problems Webhook Header from Dynatrace.

1 Classes 2 Properties 3 Namespaces
View Context View on GitHub

Namespaces

dt: https://dt.dynatrace.com/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

WebhookHeader

Properties

Property Type Container
name string
value string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "dt": "https://dt.dynatrace.com/schema/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "WebhookHeader": "dt:WebhookHeader",
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "dt:value",
      "@type": "xsd:string"
    }
  }
}