Properties
| Name | Type | Description |
|---|---|---|
| id | object | |
| type | string | |
| workspaceId | string | |
| portfolioId | string | |
| shortId | string | |
| title | string | |
| description | string | |
| creationTime | string | |
| updateTime | string | |
| storyPoints | number | |
| initiativeId | object | |
| value | number | |
| effort | number | |
| kano | string | |
| estimatedHours | number | |
| labels | array | |
| actualStartDate | object | |
| actualEndDate | object | |
| devToolKey | object | |
| webUrl | string | Canonical Craft.io app URL for this item. Computed in PublishService. |
| status | object | |
| importance | object | |
| objective | object | |
| keyResult | object | |
| objectives | object | |
| keyResults | object | |
| persona | object | |
| personas | object | |
| sprint | object | |
| quarter | object | |
| assignee | object | |
| parent | object | |
| createdBy | object | |
| customFields | array | |
| outIn | object | |
| dependencies | array | |
| feedbackLinks | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/craft-io/main/json-schema/craft-io-item-schema.json",
"title": "Item",
"properties": {
"id": {
"$ref": "#/components/schemas/NullableType_string_"
},
"type": {
"type": "string"
},
"workspaceId": {
"type": "string"
},
"portfolioId": {
"type": "string"
},
"shortId": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string",
"nullable": true
},
"creationTime": {
"type": "string",
"format": "date-time"
},
"updateTime": {
"type": "string",
"format": "date-time"
},
"storyPoints": {
"type": "number",
"format": "double"
},
"initiativeId": {
"$ref": "#/components/schemas/NullableType_string_"
},
"value": {
"type": "number",
"format": "double"
},
"effort": {
"type": "number",
"format": "double"
},
"kano": {
"type": "string"
},
"estimatedHours": {
"type": "number",
"format": "double"
},
"labels": {
"items": {
"type": "string"
},
"type": "array"
},
"actualStartDate": {
"$ref": "#/components/schemas/NullableType_Date_"
},
"actualEndDate": {
"$ref": "#/components/schemas/NullableType_Date_"
},
"devToolKey": {
"$ref": "#/components/schemas/DevToolKeyList"
},
"webUrl": {
"type": "string",
"description": "Canonical Craft.io app URL for this item. Computed in PublishService."
},
"status": {
"$ref": "#/components/schemas/NullableType_Entity_"
},
"importance": {
"$ref": "#/components/schemas/NullableType_Entity_"
},
"objective": {
"$ref": "#/components/schemas/NullableType_Entity_"
},
"keyResult": {
"$ref": "#/components/schemas/NullableType_Entity_"
},
"objectives": {
"$ref": "#/components/schemas/NullableType_Entity-Array_"
},
"keyResults": {
"$ref": "#/components/schemas/NullableType_Entity-Array_"
},
"persona": {
"$ref": "#/components/schemas/NullableType_Persona_"
},
"personas": {
"$ref": "#/components/schemas/NullableType_Persona-Array_"
},
"sprint": {
"$ref": "#/components/schemas/NullableType_EntityWithDates_"
},
"quarter": {
"$ref": "#/components/schemas/NullableType_EntityWithTerminology-and-EntityWithDates_"
},
"assignee": {
"$ref": "#/components/schemas/NullableType_Assignee_"
},
"parent": {
"$ref": "#/components/schemas/NullableType_EntityParent_"
},
"createdBy": {
"$ref": "#/components/schemas/Entity"
},
"customFields": {
"items": {
"$ref": "#/components/schemas/CustomFieldValue"
},
"type": "array"
},
"outIn": {
"$ref": "#/components/schemas/OutIn"
},
"dependencies": {
"items": {
"$ref": "#/components/schemas/Dependency"
},
"type": "array"
},
"feedbackLinks": {
"$ref": "#/components/schemas/NullableType_FeedbackLink-Array_"
}
},
"type": "object",
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/craft-io-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.