Azure DevOps · Schema
WorkItemField
Definition of a work item field
AgileCI/CDDevOpsProject ManagementVersion Control
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name of the field |
| referenceName | string | Reference name used in WIQL and API (e.g., System.AssignedTo) |
| description | string | Description of what the field stores |
| type | string | Data type of the field |
| usage | string | Whether the field is used for work items or work item links |
| readOnly | boolean | Whether the field is read-only |
| canSortBy | boolean | Whether work items can be sorted by this field |
| isQueryable | boolean | Whether this field can be used in WIQL queries |
| isIdentity | boolean | Whether this field stores an identity (user) value |
| isPicklist | boolean | Whether this field has a picklist of allowed values |
| isPicklistSuggested | boolean | Whether the picklist values are suggested (non-exclusive) |
| url | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WorkItemField",
"title": "WorkItemField",
"type": "object",
"description": "Definition of a work item field",
"properties": {
"name": {
"type": "string",
"description": "Display name of the field",
"example": "Assigned To"
},
"referenceName": {
"type": "string",
"description": "Reference name used in WIQL and API (e.g., System.AssignedTo)",
"example": "System.AssignedTo"
},
"description": {
"type": "string",
"description": "Description of what the field stores"
},
"type": {
"type": "string",
"description": "Data type of the field",
"enum": [
"string",
"integer",
"dateTime",
"plainText",
"html",
"treePath",
"history",
"double",
"guid",
"boolean",
"identity",
"picklistString",
"picklistInteger",
"picklistDouble"
]
},
"usage": {
"type": "string",
"description": "Whether the field is used for work items or work item links",
"enum": [
"none",
"workItem",
"workItemLink",
"tree",
"workItemTypeExtension"
]
},
"readOnly": {
"type": "boolean",
"description": "Whether the field is read-only"
},
"canSortBy": {
"type": "boolean",
"description": "Whether work items can be sorted by this field"
},
"isQueryable": {
"type": "boolean",
"description": "Whether this field can be used in WIQL queries"
},
"isIdentity": {
"type": "boolean",
"description": "Whether this field stores an identity (user) value"
},
"isPicklist": {
"type": "boolean",
"description": "Whether this field has a picklist of allowed values"
},
"isPicklistSuggested": {
"type": "boolean",
"description": "Whether the picklist values are suggested (non-exclusive)"
},
"url": {
"type": "string",
"format": "uri"
}
}
}
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/microsoft-azure-devops-workitemfield"
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.