luciq:
https://luciq.ai/vocab/
instabug:
https://luciq.ai/vocab/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
dcterms:
http://purl.org/dc/terms/
{
"@context": {
"@version": 1.1,
"luciq": "https://luciq.ai/vocab/",
"instabug": "https://luciq.ai/vocab/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dcterms": "http://purl.org/dc/terms/",
"Application": {
"@id": "luciq:Application",
"@context": {
"slug": "luciq:slug",
"name": "schema:name",
"platform": "schema:operatingSystem",
"token": "luciq:applicationToken"
}
},
"Crash": {
"@id": "luciq:Crash",
"@context": {
"number": "luciq:crashNumber",
"title": "schema:name",
"firstSeen": {
"@id": "luciq:firstSeen",
"@type": "xsd:dateTime"
},
"lastSeen": {
"@id": "luciq:lastSeen",
"@type": "xsd:dateTime"
},
"occurrenceCount": "luciq:occurrenceCount",
"affectedUsers": "luciq:affectedUsers",
"status": "luciq:status",
"severity": "luciq:severity",
"cause": "schema:description",
"appVersion": "schema:softwareVersion",
"osVersion": "luciq:osVersion",
"device": "luciq:device",
"currentView": "luciq:currentView"
}
},
"Occurrence": {
"@id": "luciq:Occurrence",
"@context": {
"ulid": "luciq:ulid",
"crashNumber": "luciq:crashNumber",
"timestamp": {
"@id": "dcterms:created",
"@type": "xsd:dateTime"
},
"device": "luciq:device",
"os": "schema:operatingSystem",
"osVersion": "luciq:osVersion",
"appVersion": "schema:softwareVersion",
"memoryMb": "luciq:memoryMb",
"storageMb": "luciq:storageMb",
"appStatus": "luciq:appStatus",
"userId": "luciq:userId",
"logUrl": {
"@id": "schema:url",
"@type": "@id"
}
}
},
"AppHang": {
"@id": "luciq:AppHang",
"@context": {
"number": "luciq:hangNumber",
"title": "schema:name",
"durationMs": "luciq:durationMs",
"firstSeen": {
"@id": "luciq:firstSeen",
"@type": "xsd:dateTime"
},
"lastSeen": {
"@id": "luciq:lastSeen",
"@type": "xsd:dateTime"
},
"occurrenceCount": "luciq:occurrenceCount",
"appVersion": "schema:softwareVersion",
"osVersion": "luciq:osVersion",
"device": "luciq:device",
"currentView": "luciq:currentView"
}
},
"Bug": {
"@id": "luciq:Bug",
"@context": {
"number": "luciq:bugNumber",
"title": "schema:name",
"reportedAt": {
"@id": "dcterms:created",
"@type": "xsd:dateTime"
},
"status": "luciq:status",
"priority": "luciq:priority",
"email": "schema:email",
"appVersion": "schema:softwareVersion",
"device": "luciq:device",
"categories": {
"@id": "luciq:categories",
"@container": "@set"
},
"tags": {
"@id": "schema:keywords",
"@container": "@set"
},
"userSteps": {
"@id": "luciq:userSteps",
"@container": "@list"
},
"consoleLog": "luciq:consoleLog",
"attachments": {
"@id": "luciq:attachments",
"@container": "@set"
}
}
},
"Review": {
"@id": "luciq:Review",
"@context": {
"id": "luciq:reviewId",
"rating": "schema:reviewRating",
"title": "schema:name",
"body": "schema:reviewBody",
"country": "schema:addressCountry",
"appVersion": "schema:softwareVersion",
"device": "luciq:device",
"os": "schema:operatingSystem",
"promptType": "luciq:promptType",
"submittedAt": {
"@id": "dcterms:created",
"@type": "xsd:dateTime"
}
}
},
"WebhookEvent": {
"@id": "luciq:WebhookEvent",
"@context": {
"type": "luciq:webhookEventType",
"signature": "luciq:signature",
"payload": "luciq:payload",
"deliveredAt": {
"@id": "dcterms:created",
"@type": "xsd:dateTime"
}
}
}
}
}