New Relic · JSON-LD Context

New Relic Event Api Context

JSON-LD context defining the semantic vocabulary for New Relic Event Api from New Relic.

2 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

nr: https://docs.newrelic.com/docs/schemas/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

CustomEvent SuccessResponse

Properties

Property Type Container
eventType string
timestamp integer
success boolean
uuid string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "nr": "https://docs.newrelic.com/docs/schemas/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "CustomEvent": "nr:CustomEvent",
    "eventType": {
      "@id": "nr:eventType",
      "@type": "xsd:string"
    },
    "timestamp": {
      "@id": "nr:timestamp",
      "@type": "xsd:integer"
    },
    "SuccessResponse": "nr:SuccessResponse",
    "success": {
      "@id": "nr:success",
      "@type": "xsd:boolean"
    },
    "uuid": {
      "@id": "nr:uuid",
      "@type": "xsd:string"
    }
  }
}