{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "StatusCategory", "type": "object", "properties": { "self": { "type": "string" }, "id": { "type": "integer" }, "key": { "type": "string" }, "colorName": { "type": "string" }, "name": { "type": "string" } } }