{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtlasTermCategorizationHeader", "title": "AtlasTermCategorizationHeader", "type": "object", "properties": { "categoryGuid": { "type": "string", "format": "uuid" }, "description": { "type": "string" }, "displayText": { "type": "string" }, "relationGuid": { "type": "string", "format": "uuid" }, "status": { "type": "string" } } }