{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "WorkItemField", "type": "object", "properties": { "name": { "type": "string" }, "referenceName": { "type": "string" }, "type": { "type": "string" }, "readOnly": { "type": "boolean" }, "isQueryable": { "type": "boolean" }, "isIdentity": { "type": "boolean" } } }