{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/alation/refs/heads/main/json-schema/alation-alation-data-catalog-custom-field-value-schema.json", "title": "CustomFieldValue", "description": "A custom field value for a catalog object", "type": "object", "properties": { "field_id": { "type": "integer" }, "field_name": { "type": "string" }, "object_type": { "type": "string" }, "object_id": { "type": "integer" }, "value": { "description": "Field value" } } }