{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AgentTracking", "description": "AgentTracking schema from Quandoo Public Partner API", "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-schema/quandoo-public-partner-api-agent-tracking-schema.json", "type": "object", "required": [ "id" ], "properties": { "id": { "type": "integer", "format": "int32", "description": "An agent id. Required." } } }