Sentry · JSON-LD Context

Sentry Context

JSON-LD context defining the semantic vocabulary for Sentry from Sentry.

25 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sentry: https://sentry.io/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Issue Event Project Organization Release User id shortId title culprit level status platform type metadata count userCount numComments assignedTo tags version ref name slug message

Properties

Property Type Container
permalink reference
firstSeen dateTime
lastSeen dateTime
dateReleased dateTime
organization reference
project reference
dateCreated dateTime
timestamp dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sentry": "https://sentry.io/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Issue": "sentry:Issue",
    "Event": "sentry:Event",
    "Project": "schema:SoftwareApplication",
    "Organization": "schema:Organization",
    "Release": "schema:SoftwareApplication",
    "User": "schema:Person",

    "id": "@id",
    "shortId": "sentry:shortId",
    "title": "schema:name",
    "culprit": "sentry:culprit",
    "permalink": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "level": "sentry:severityLevel",
    "status": "sentry:status",
    "platform": "schema:programmingLanguage",
    "type": "sentry:issueType",
    "metadata": "sentry:metadata",

    "count": "sentry:eventCount",
    "userCount": "sentry:affectedUserCount",
    "numComments": "sentry:commentCount",
    "firstSeen": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "lastSeen": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "assignedTo": "schema:contributor",
    "tags": "schema:keywords",

    "version": "schema:version",
    "dateReleased": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "ref": "sentry:gitRef",

    "name": "schema:name",
    "slug": "sentry:slug",
    "organization": {
      "@id": "schema:memberOf",
      "@type": "@id"
    },
    "project": {
      "@id": "sentry:project",
      "@type": "@id"
    },

    "message": "schema:description",
    "dateCreated": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "timestamp": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    }
  }
}