Quandoo · JSON Structure

Quandoo Public Partner Api Area Dto Structure

AreaDto schema from Quandoo Public Partner API

Type: object Properties: 3
RestaurantReservationsBookingAvailabilityMerchantsMarketplace

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

Properties

id name priority

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-area-dto-structure.json",
  "name": "AreaDto",
  "description": "AreaDto schema from Quandoo Public Partner API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Id of the area"
    },
    "name": {
      "type": "string",
      "description": "Name of the area"
    },
    "priority": {
      "type": "int32",
      "description": "Priority set for this area"
    }
  }
}