ReservationTagDto schema from Quandoo Public Partner API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReservationTagDto", "description": "ReservationTagDto schema from Quandoo Public Partner API", "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-schema/quandoo-public-partner-api-reservation-tag-dto-schema.json", "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "merchantId": { "type": "integer", "format": "int32" } } }