{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-structure/quandoo-public-partner-api-created-customer-structure.json", "name": "CreatedCustomer", "description": "CreatedCustomer schema from Quandoo Public Partner API", "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "description": "The id of the customer for the calling agent. (Agent dependent field)" } } }