GlitchTip · JSON-LD Context

Glitchtip Context

JSON-LD context defining the semantic vocabulary for Glitchtip from GlitchTip.

11 Classes 44 Properties 3 Namespaces
View Context View on GitHub

Namespaces

glitchtip: https://glitchtip.com/api/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Organization Project Issue Event Monitor Team User id Alert Release APIToken

Properties

Property Type Container
organizationSlug string
organizationName string
projectSlug string
projectName string
platform string
shortId string
title
culprit string
level string
status string
isPublic boolean
firstSeen dateTime
lastSeen dateTime
count string
userCount integer
eventID string
message
dateCreated dateTime
tags
exception
stacktrace
breadcrumbs
monitorType string
expectedStatus integer
interval string
isUp boolean
lastChecked dateTime
responseTime integer
teamSlug string
username
email
ipAddress string
slug string
name
url reference
description
dateAdded dateTime
timespan_minutes integer
quantity integer
version
ref string
commit string
token string
scopes

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://glitchtip.com/api/vocab#",
    "glitchtip": "https://glitchtip.com/api/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Organization": "glitchtip:Organization",
    "organizationSlug": {
      "@id": "glitchtip:organizationSlug",
      "@type": "xsd:string"
    },
    "organizationName": {
      "@id": "glitchtip:organizationName",
      "@type": "xsd:string"
    },
    "Project": "glitchtip:Project",
    "projectSlug": {
      "@id": "glitchtip:projectSlug",
      "@type": "xsd:string"
    },
    "projectName": {
      "@id": "glitchtip:projectName",
      "@type": "xsd:string"
    },
    "platform": {
      "@id": "glitchtip:platform",
      "@type": "xsd:string"
    },
    "Issue": "glitchtip:Issue",
    "shortId": {
      "@id": "glitchtip:shortId",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "schema:name"
    },
    "culprit": {
      "@id": "glitchtip:culprit",
      "@type": "xsd:string"
    },
    "level": {
      "@id": "glitchtip:level",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "glitchtip:status",
      "@type": "xsd:string"
    },
    "isPublic": {
      "@id": "glitchtip:isPublic",
      "@type": "xsd:boolean"
    },
    "firstSeen": {
      "@id": "glitchtip:firstSeen",
      "@type": "xsd:dateTime"
    },
    "lastSeen": {
      "@id": "glitchtip:lastSeen",
      "@type": "xsd:dateTime"
    },
    "count": {
      "@id": "glitchtip:count",
      "@type": "xsd:string"
    },
    "userCount": {
      "@id": "glitchtip:userCount",
      "@type": "xsd:integer"
    },
    "Event": "glitchtip:Event",
    "eventID": {
      "@id": "glitchtip:eventID",
      "@type": "xsd:string"
    },
    "message": {
      "@id": "schema:description"
    },
    "dateCreated": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "tags": {
      "@id": "schema:keywords"
    },
    "exception": {
      "@id": "glitchtip:exception"
    },
    "stacktrace": {
      "@id": "glitchtip:stacktrace"
    },
    "breadcrumbs": {
      "@id": "glitchtip:breadcrumbs"
    },
    "Monitor": "glitchtip:Monitor",
    "monitorType": {
      "@id": "glitchtip:monitorType",
      "@type": "xsd:string"
    },
    "expectedStatus": {
      "@id": "glitchtip:expectedStatus",
      "@type": "xsd:integer"
    },
    "interval": {
      "@id": "glitchtip:interval",
      "@type": "xsd:string"
    },
    "isUp": {
      "@id": "glitchtip:isUp",
      "@type": "xsd:boolean"
    },
    "lastChecked": {
      "@id": "glitchtip:lastChecked",
      "@type": "xsd:dateTime"
    },
    "responseTime": {
      "@id": "glitchtip:responseTime",
      "@type": "xsd:integer"
    },
    "Team": "glitchtip:Team",
    "teamSlug": {
      "@id": "glitchtip:teamSlug",
      "@type": "xsd:string"
    },
    "User": "glitchtip:User",
    "username": {
      "@id": "schema:identifier"
    },
    "email": {
      "@id": "schema:email"
    },
    "ipAddress": {
      "@id": "glitchtip:ipAddress",
      "@type": "xsd:string"
    },
    "id": "@id",
    "slug": {
      "@id": "glitchtip:slug",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "description": {
      "@id": "schema:description"
    },
    "dateAdded": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "Alert": "glitchtip:Alert",
    "timespan_minutes": {
      "@id": "glitchtip:timespanMinutes",
      "@type": "xsd:integer"
    },
    "quantity": {
      "@id": "glitchtip:quantity",
      "@type": "xsd:integer"
    },
    "Release": "glitchtip:Release",
    "version": {
      "@id": "schema:version"
    },
    "ref": {
      "@id": "glitchtip:ref",
      "@type": "xsd:string"
    },
    "commit": {
      "@id": "glitchtip:commit",
      "@type": "xsd:string"
    },
    "APIToken": "glitchtip:APIToken",
    "token": {
      "@id": "glitchtip:token",
      "@type": "xsd:string"
    },
    "scopes": {
      "@id": "glitchtip:scopes"
    }
  }
}