Dynatrace · JSON-LD Context

Dynatrace Problems Problem Details Context

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

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

ProblemDetails

Properties

Property Type Container
id string
title string
severityLevel string
status string
startTime integer
endTime integer
affectedEntities set

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#",
    "ProblemDetails": "dt:ProblemDetails",
    "id": {
      "@id": "dt:id",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "dt:title",
      "@type": "xsd:string"
    },
    "severityLevel": {
      "@id": "dt:severityLevel",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "dt:status",
      "@type": "xsd:string"
    },
    "startTime": {
      "@id": "dt:startTime",
      "@type": "xsd:integer"
    },
    "endTime": {
      "@id": "dt:endTime",
      "@type": "xsd:integer"
    },
    "affectedEntities": {
      "@id": "dt:affectedEntities",
      "@container": "@set"
    }
  }
}