SpotOn · Schema

AvailabilityResponse

The set of available reservation time slots for a date and party size.

RestaurantPoint-of-SalePaymentsOnline OrderingReservationsReporting

Properties

Name Type Description
restaurantId integer The restaurant the availability applies to.
date string The date the availability applies to.
partySize integer The party size the availability applies to.
slots array The available time slots.
View JSON Schema on GitHub

JSON Schema

reserve-availability-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AvailabilityResponse",
  "description": "The set of available reservation time slots for a date and party size.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/spoton/refs/heads/main/json-schema/reserve-availability-response-schema.json",
  "type": "object",
  "properties": {
    "restaurantId": {
      "type": "integer",
      "format": "int32",
      "description": "The restaurant the availability applies to."
    },
    "date": {
      "type": "string",
      "format": "date",
      "description": "The date the availability applies to."
    },
    "partySize": {
      "type": "integer",
      "format": "int32",
      "description": "The party size the availability applies to."
    },
    "slots": {
      "type": "array",
      "description": "The available time slots.",
      "items": {
        "type": "object",
        "description": "An available reservation time slot.",
        "properties": {
          "time": {
            "type": "string",
            "format": "date-time",
            "description": "The available reservation date and time, in RFC 3339 format."
          },
          "available": {
            "type": "boolean",
            "description": "Whether the slot is available for booking."
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/reserve-availability-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.