Quandoo · JSON Structure

Quandoo Public Partner Api Update Review Dto Structure

UpdateReviewDto schema from Quandoo Public Partner API

Type: object Properties: 3 Required: 1
RestaurantReservationsBookingAvailabilityMerchantsMarketplace

UpdateReviewDto is a JSON Structure definition published by Quandoo, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

reviewId rating description

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-update-review-dto-structure.json",
  "name": "UpdateReviewDto",
  "description": "UpdateReviewDto schema from Quandoo Public Partner API",
  "type": "object",
  "required": [
    "reviewId"
  ],
  "properties": {
    "reviewId": {
      "type": "uuid",
      "description": "UUID identifying the review."
    },
    "rating": {
      "type": "int32",
      "description": "Rating associated to this review. Possible values: 1 to 6."
    },
    "description": {
      "type": "string",
      "description": "Description associated to this review."
    }
  }
}