Dynatrace · JSON-LD Context

Dynatrace Problems Problem Notification Payload Context

JSON-LD context defining the semantic vocabulary for Dynatrace Problems Problem Notification Payload from Dynatrace.

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

ProblemNotificationPayload

Properties

Property Type Container
ProblemID string
ProblemTitle string
ProblemURL string
ProblemSeverity string
ProblemStatus string
ImpactedEntities set
ImpactedEntityNames string
Tags string
State string
ProblemDetailsJSON 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#",
    "ProblemNotificationPayload": "dt:ProblemNotificationPayload",
    "ProblemID": {
      "@id": "dt:ProblemID",
      "@type": "xsd:string"
    },
    "ProblemTitle": {
      "@id": "dt:ProblemTitle",
      "@type": "xsd:string"
    },
    "ProblemURL": {
      "@id": "dt:ProblemURL",
      "@type": "xsd:string"
    },
    "ProblemSeverity": {
      "@id": "dt:ProblemSeverity",
      "@type": "xsd:string"
    },
    "ProblemStatus": {
      "@id": "dt:ProblemStatus",
      "@type": "xsd:string"
    },
    "ImpactedEntities": {
      "@id": "dt:ImpactedEntities",
      "@container": "@set"
    },
    "ImpactedEntityNames": {
      "@id": "dt:ImpactedEntityNames",
      "@type": "xsd:string"
    },
    "Tags": {
      "@id": "dt:Tags",
      "@type": "xsd:string"
    },
    "State": {
      "@id": "dt:State",
      "@type": "xsd:string"
    },
    "ProblemDetailsJSON": {
      "@id": "dt:ProblemDetailsJSON",
      "@type": "xsd:string"
    }
  }
}