Dynatrace · JSON-LD Context

Dynatrace Problems Entity Ref Context

JSON-LD context defining the semantic vocabulary for Dynatrace Problems Entity Ref from Dynatrace.

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

EntityRef

Properties

Property Type Container
entityId string
name string
type 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#",
    "EntityRef": "dt:EntityRef",
    "entityId": {
      "@id": "dt:entityId",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "dt:type",
      "@type": "xsd:string"
    }
  }
}