Quandoo · Schema

MerchantSubscription

MerchantSubscription schema from Quandoo Public Partner API

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

quandoo-public-partner-api-merchant-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MerchantSubscription",
  "description": "MerchantSubscription schema from Quandoo Public Partner API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-schema/quandoo-public-partner-api-merchant-subscription-schema.json",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "enum": [
        "QUANDOO",
        "MERCHANT"
      ]
    }
  }
}