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