{ "$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-customer-dto-structure.json", "name": "CustomerDto", "description": "CustomerDto schema from Quandoo Public Partner API", "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "profileImage": { "type": "object", "properties": { "url": { "type": "string", "format": "url" } } } } }