Dynatrace · JSON-LD Context

Dynatrace Problems Impacted Entity Context

JSON-LD context defining the semantic vocabulary for Dynatrace Problems Impacted Entity 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

ImpactedEntity

Properties

Property Type Container
Entity string
Name 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#",
    "ImpactedEntity": "dt:ImpactedEntity",
    "Entity": {
      "@id": "dt:Entity",
      "@type": "xsd:string"
    },
    "Name": {
      "@id": "dt:Name",
      "@type": "xsd:string"
    }
  }
}