{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeprecatedLinkedTrackingCategory", "title": "DeprecatedLinkedTrackingCategory", "type": "object", "x-apideck-schema-id": "DeprecatedLinkedTrackingCategory", "x-apideck-weights": { "id": "critical" }, "nullable": true, "deprecated": true, "properties": { "id": { "title": "Tracking Category ID", "description": "The unique identifier for the tracking category.", "type": "string", "example": "123456" }, "name": { "type": "string", "title": "Tracking Category Name", "description": "The name of the tracking category.", "example": "New York", "nullable": true } } }