Quandoo · Schema

MerchantAddressDto

MerchantAddressDto schema from Quandoo Public Partner API

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Properties

Name Type Description
street string
number string
zipcode string
city string
country string
district string
View JSON Schema on GitHub

JSON Schema

quandoo-public-partner-api-merchant-address-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MerchantAddressDto",
  "description": "MerchantAddressDto schema from Quandoo Public Partner API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-schema/quandoo-public-partner-api-merchant-address-dto-schema.json",
  "type": "object",
  "properties": {
    "street": {
      "type": "string"
    },
    "number": {
      "type": "string"
    },
    "zipcode": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "district": {
      "type": "string"
    }
  }
}