{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtlasRelatedTermHeader", "title": "AtlasRelatedTermHeader", "type": "object", "properties": { "description": { "type": "string" }, "displayText": { "type": "string" }, "expression": { "type": "string" }, "relationGuid": { "type": "string", "format": "uuid" }, "status": { "type": "string", "enum": [ "DRAFT", "ACTIVE", "DEPRECATED", "OBSOLETE", "OTHER" ] }, "steward": { "type": "string" }, "termGuid": { "type": "string", "format": "uuid" } } }