Quandoo · Schema

DocumentDto

DocumentDto schema from Quandoo Public Partner API

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Properties

Name Type Description
name string
url string
format string
description string
View JSON Schema on GitHub

JSON Schema

quandoo-public-partner-api-document-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DocumentDto",
  "description": "DocumentDto schema from Quandoo Public Partner API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-schema/quandoo-public-partner-api-document-dto-schema.json",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "format": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}