Quandoo · JSON Structure

Quandoo Public Partner Api Customer Review Data Structure

CustomerReviewData schema from Quandoo Public Partner API

Type: object Properties: 4
RestaurantReservationsBookingAvailabilityMerchantsMarketplace

CustomerReviewData is a JSON Structure definition published by Quandoo, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

identifier firstName lastName profileImage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
    }
  }
}