Quandoo · JSON Structure

Quandoo Public Partner Api Document Dto Structure

DocumentDto schema from Quandoo Public Partner API

Type: object Properties: 4
RestaurantReservationsBookingAvailabilityMerchantsMarketplace

DocumentDto 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

name url format 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-document-dto-structure.json",
  "name": "DocumentDto",
  "description": "DocumentDto schema from Quandoo Public Partner API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "format": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}