New Relic · JSON-LD Context

New Relic Log Api Context

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

4 Classes 8 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

LogDataObject CommonBlock LogRecord AcceptedResponse

Properties

Property Type Container
common string
logs string set
timestamp integer
attributes reference
message string
level string
logtype string
requestId 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#",
    "LogDataObject": "nr:LogDataObject",
    "common": {
      "@id": "nr:common",
      "@type": "xsd:string"
    },
    "logs": {
      "@id": "nr:logs",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "CommonBlock": "nr:CommonBlock",
    "timestamp": {
      "@id": "nr:timestamp",
      "@type": "xsd:integer"
    },
    "attributes": {
      "@id": "nr:attributes",
      "@type": "@id"
    },
    "LogRecord": "nr:LogRecord",
    "message": {
      "@id": "nr:message",
      "@type": "xsd:string"
    },
    "level": {
      "@id": "nr:level",
      "@type": "xsd:string"
    },
    "logtype": {
      "@id": "nr:logtype",
      "@type": "xsd:string"
    },
    "AcceptedResponse": "nr:AcceptedResponse",
    "requestId": {
      "@id": "nr:requestId",
      "@type": "xsd:string"
    }
  }
}