Reservation extent
Extent of data to be returned. E.g. it is possible to specify that together with the reservations, customers, groups and rates should be also returned.
HospitalityHotelsPMSProperty Management
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ReservationExtent",
"title": "Reservation extent",
"type": "object",
"properties": {
"Reservations": {
"type": "boolean",
"description": "Whether the response should contain reservations.",
"nullable": true
},
"ReservationGroups": {
"type": "boolean",
"description": "Whether the response should contain groups of the reservations.",
"nullable": true
},
"Customers": {
"type": "boolean",
"description": "Whether the response should contain customers of the reservations.",
"nullable": true
},
"CustomerAdresses": {
"type": "boolean",
"description": "Whether the response should contain addresses of the customers.",
"nullable": true
},
"CustomerIdentityDocuments": {
"type": "boolean",
"description": "Whether the response should contain identity documents of the customers.",
"nullable": true
},
"Services": {
"type": "boolean",
"description": "Whether the response should contain services reserved by the reservations.",
"nullable": true
},
"Products": {
"type": "boolean",
"description": "Whether the response should contain products orderable with the reservations.",
"nullable": true
},
"BusinessSegments": {
"type": "boolean",
"description": "Whether the response should contain business segmentation.",
"nullable": true
},
"Resources": {
"type": "boolean",
"description": "Whether the response should contain resources.",
"nullable": true
},
"ResourceCategories": {
"type": "boolean",
"description": "Whether the response should contain resource categories.",
"nullable": true
},
"ResourceCategoryAssignments": {
"type": "boolean",
"description": "Whether the response should contain assignments of the resources to categories.",
"nullable": true
},
"Rates": {
"type": "boolean",
"description": "Whether the response should contain rates and rate groups.",
"nullable": true
},
"Items": {
"type": "boolean",
"description": "Whether the response should contain accounting items.",
"nullable": true
},
"OrderItems": {
"type": "boolean",
"description": "Whether the response should contain reservation items.",
"nullable": true
},
"Notes": {
"type": "boolean",
"description": "Whether the response should contain notes.",
"nullable": true
},
"QrCodeData": {
"type": "boolean",
"description": "Whether the response should contain QR code data.",
"nullable": true
},
"Companies": {
"type": "boolean",
"description": "Whether the response should contain companies.",
"nullable": true
},
"AccountingStates": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AccountingState"
},
"description": "States the items should be in. If not specified, items in `Open` or `Closed` states are returned.",
"nullable": true
}
},
"additionalProperties": false,
"description": "Extent of data to be returned. E.g. it is possible to specify that together with the reservations, customers, groups and rates should be also returned.",
"x-schema-id": "ReservationExtent"
}
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/mews-reservationextent"
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.