Mews Com Reservation Structure
JSON Structure documentation of the core Mews Connector reservation domain. Aligns reservations, customers, bills, services, and resources for downstream code generation.
MewsReservationStructure is a JSON Structure definition published by Mews. It conforms to the https://json-structure.org/draft/2025-09/schema meta-schema.
Meta-schema: https://json-structure.org/draft/2025-09/schema
JSON Structure
{
"$schema": "https://json-structure.org/draft/2025-09/schema",
"name": "MewsReservationStructure",
"description": "JSON Structure documentation of the core Mews Connector reservation domain. Aligns reservations, customers, bills, services, and resources for downstream code generation.",
"type": "object",
"abstract": false,
"definitions": {
"Reservation": {
"type": "object",
"properties": {
"id": {"type": "string", "format": "uuid"},
"groupId": {"type": "string", "format": "uuid"},
"number": {"type": "string"},
"state": {"type": "string", "enum": ["Enquired", "Requested", "Optional", "Confirmed", "Started", "Processed", "Canceled"]},
"origin": {"type": "string", "enum": ["BookingEngine", "ChannelManager", "Connector", "Distributor", "Operator", "Import"]},
"startUtc": {"type": "string", "format": "date-time"},
"endUtc": {"type": "string", "format": "date-time"},
"customer": {"$ref": "#/definitions/Customer"},
"assignedResource": {"$ref": "#/definitions/Resource"},
"service": {"$ref": "#/definitions/Service"},
"rate": {"$ref": "#/definitions/Rate"},
"adultCount": {"type": "integer"},
"childCount": {"type": "integer"}
}
},
"Customer": {
"type": "object",
"properties": {
"id": {"type": "string", "format": "uuid"},
"firstName": {"type": "string"},
"lastName": {"type": "string"},
"email": {"type": "string", "format": "email"},
"phone": {"type": "string"},
"nationalityCode": {"type": "string"},
"languageCode": {"type": "string"}
}
},
"Resource": {
"type": "object",
"properties": {
"id": {"type": "string", "format": "uuid"},
"name": {"type": "string"},
"categoryId": {"type": "string", "format": "uuid"},
"state": {"type": "string"}
}
},
"Service": {
"type": "object",
"properties": {
"id": {"type": "string", "format": "uuid"},
"name": {"type": "string"}
}
},
"Rate": {
"type": "object",
"properties": {
"id": {"type": "string", "format": "uuid"},
"name": {"type": "string"},
"groupId": {"type": "string", "format": "uuid"}
}
},
"Bill": {
"type": "object",
"properties": {
"id": {"type": "string", "format": "uuid"},
"number": {"type": "string"},
"state": {"type": "string", "enum": ["Open", "Closed", "Revoked"]},
"totalValue": {"type": "number"},
"currencyCode": {"type": "string"},
"items": {"type": "array", "items": {"$ref": "#/definitions/AccountingItem"}}
}
},
"AccountingItem": {
"type": "object",
"properties": {
"id": {"type": "string", "format": "uuid"},
"name": {"type": "string"},
"amount": {"type": "number"},
"currencyCode": {"type": "string"},
"type": {"type": "string", "enum": ["ServiceRevenue", "ProductRevenue", "AdditionalRevenue", "Payment", "Other"]},
"accountingCategoryId": {"type": "string", "format": "uuid"}
}
}
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/mews-com-reservation-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.