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