{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-order-component-id-structure.json", "name": "OrderComponentId", "description": "OrderComponentId schema from Public API (Otter Public API).", "type": "object", "properties": { "orderComponentId": { "type": "string", "description": "The id of the order component for the order component ticket.", "example": "69f60a06-c335-46d9-b5a1-97f1a211c514" }, "orderComponentOrderId": { "type": "string", "description": "The id of the order for the order component ticket.", "example": "69f60a06-c335-46d9-b5a1-97f1a211c514" } } }