{ "$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-review-data-structure.json", "name": "CustomerReviewData", "description": "CustomerReviewData schema from Quandoo Public Partner API", "type": "object", "properties": { "identifier": { "type": "string", "description": "Identifier of the customer associated to this review. Only in detailed view." }, "firstName": { "type": "string", "description": "Customer first name associated to this review. Only in detailed view." }, "lastName": { "type": "string", "description": "First letter of customer last name associated to this review. Only in detailed view." }, "profileImage": { "type": "string", "description": "Customer profile image URL associated to this review. Only in detailed view." } } }