Spiceworks · JSON-LD Context
Spiceworks Context
JSON-LD context defining the semantic vocabulary for Spiceworks from Spiceworks.
5 Classes
29 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
spiceworks:
https://community.spiceworks.com/vocab/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Ticket
Device
User
Comment
id
Properties
| Property | Type | Container |
|---|---|---|
| summary | string | |
| description | string | |
| status | string | |
| priority | string | |
| assignee | reference | |
| creator | reference | |
| created_at | dateTime | |
| updated_at | dateTime | |
| due_date | date | |
| tags | list | |
| comments | set | |
| body | string | |
| is_public | boolean | |
| author | reference | |
| first_name | string | |
| last_name | string | |
| string | ||
| role | string | |
| department | string | |
| name | string | |
| type | string | |
| manufacturer | string | |
| model | string | |
| serial_number | string | |
| ip_address | string | |
| mac_address | string | |
| os_name | string | |
| os_version | string | |
| last_seen_at | dateTime |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"spiceworks": "https://community.spiceworks.com/vocab/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Ticket": "spiceworks:Ticket",
"Device": "spiceworks:Device",
"User": "schema:Person",
"Comment": "schema:Comment",
"id": "@id",
"summary": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"status": {
"@id": "spiceworks:status",
"@type": "xsd:string"
},
"priority": {
"@id": "spiceworks:priority",
"@type": "xsd:string"
},
"assignee": {
"@id": "schema:agent",
"@type": "@id"
},
"creator": {
"@id": "schema:creator",
"@type": "@id"
},
"created_at": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"due_date": {
"@id": "schema:scheduledTime",
"@type": "xsd:date"
},
"tags": {
"@id": "schema:keywords",
"@container": "@list"
},
"comments": {
"@id": "schema:comment",
"@container": "@set"
},
"body": {
"@id": "schema:text",
"@type": "xsd:string"
},
"is_public": {
"@id": "spiceworks:isPublic",
"@type": "xsd:boolean"
},
"author": {
"@id": "schema:author",
"@type": "@id"
},
"first_name": {
"@id": "schema:givenName",
"@type": "xsd:string"
},
"last_name": {
"@id": "schema:familyName",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"role": {
"@id": "schema:roleName",
"@type": "xsd:string"
},
"department": {
"@id": "schema:department",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"type": {
"@id": "spiceworks:deviceType",
"@type": "xsd:string"
},
"manufacturer": {
"@id": "schema:manufacturer",
"@type": "xsd:string"
},
"model": {
"@id": "schema:model",
"@type": "xsd:string"
},
"serial_number": {
"@id": "schema:serialNumber",
"@type": "xsd:string"
},
"ip_address": {
"@id": "spiceworks:ipAddress",
"@type": "xsd:string"
},
"mac_address": {
"@id": "spiceworks:macAddress",
"@type": "xsd:string"
},
"os_name": {
"@id": "spiceworks:operatingSystem",
"@type": "xsd:string"
},
"os_version": {
"@id": "spiceworks:osVersion",
"@type": "xsd:string"
},
"last_seen_at": {
"@id": "spiceworks:lastSeenAt",
"@type": "xsd:dateTime"
}
}
}