{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StatusCategory", "title": "StatusCategory", "additionalProperties": true, "description": "A status category.", "properties": { "colorName": { "description": "The name of the color used to represent the status category.", "readOnly": true, "type": "string" }, "id": { "description": "The ID of the status category.", "format": "int64", "readOnly": true, "type": "integer" }, "key": { "description": "The key of the status category.", "readOnly": true, "type": "string" }, "name": { "description": "The name of the status category.", "readOnly": true, "type": "string" }, "self": { "description": "The URL of the status category.", "readOnly": true, "type": "string" } }, "type": "object" }