Craft Io Context
JSON-LD context defining the semantic vocabulary for Craft Io from Craft.io.
42 Classes
4 Properties
2 Namespaces
Namespaces
craft:
https://api.craft.io/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Workspace
Portfolio
WorkItem
Initiative
FeedbackPortal
FeedbackItem
Category
CustomField
Terminology
id
name
description
webUrl
key
accountId
workspaceId
portfolioId
portalId
itemId
type
label
values
options
singular
plural
assignee
parent
children
status
priority
tags
importance
categories
SlackConnection
SlackPortal
Persona
ApiKeyIntrospection
apiKey
userId
email
message
GeneralErrorResponse
Properties
| Property |
Type |
Container |
| startDate |
date |
|
| endDate |
date |
|
| createdAt |
dateTime |
|
| updatedAt |
dateTime |
|
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"craft": "https://api.craft.io/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Workspace": "craft:Workspace",
"Portfolio": "craft:Portfolio",
"WorkItem": "craft:WorkItem",
"Initiative": "craft:Initiative",
"FeedbackPortal": "craft:FeedbackPortal",
"FeedbackItem": "craft:FeedbackItem",
"Category": "craft:Category",
"CustomField": "craft:CustomField",
"Terminology": "craft:Terminology",
"id": "@id",
"name": "schema:name",
"description": "schema:description",
"webUrl": "schema:url",
"key": "craft:key",
"accountId": "craft:accountId",
"workspaceId": "craft:workspaceId",
"portfolioId": "craft:portfolioId",
"portalId": "craft:portalId",
"itemId": "craft:itemId",
"type": "schema:additionalType",
"label": "schema:name",
"startDate": {
"@id": "schema:startDate",
"@type": "xsd:date"
},
"endDate": {
"@id": "schema:endDate",
"@type": "xsd:date"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"values": "craft:values",
"options": "craft:options",
"singular": "craft:singular",
"plural": "craft:plural",
"assignee": "craft:assignee",
"parent": "craft:parent",
"children": "craft:children",
"status": "schema:status",
"priority": "craft:priority",
"tags": "schema:keywords",
"importance": "craft:importance",
"categories": "craft:categories",
"SlackConnection": "craft:SlackConnection",
"SlackPortal": "craft:SlackPortal",
"Persona": "craft:Persona",
"ApiKeyIntrospection": "craft:ApiKeyIntrospection",
"apiKey": "craft:apiKey",
"userId": "craft:userId",
"email": "schema:email",
"message": "schema:description",
"GeneralErrorResponse": "craft:GeneralErrorResponse"
}
}