Mews · Schema
MewsCustomer
Schema for a Mews Connector API Customer (guest profile).
HospitalityHotelPMSProperty ManagementTravelBookingReservationsCloudSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| Id | string | |
| Number | string | Sequential customer number assigned by Mews. |
| FirstName | string | |
| LastName | string | |
| SecondLastName | stringnull | |
| Title | stringnull | |
| Gender | stringnull | |
| NationalityCode | stringnull | ISO 3166-1 alpha-2 country code. |
| LanguageCode | stringnull | ISO 639-1 / IETF language tag. |
| BirthDate | stringnull | |
| BirthPlace | stringnull | |
| stringnull | ||
| Phone | stringnull | |
| LoyaltyCode | stringnull | |
| Notes | stringnull | |
| TaxIdentificationNumber | stringnull | |
| Classifications | array | |
| Address | objectnull | |
| CreatedUtc | string | |
| UpdatedUtc | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/mews-com/main/json-schema/mews-customer-schema.json",
"title": "MewsCustomer",
"description": "Schema for a Mews Connector API Customer (guest profile).",
"type": "object",
"required": ["Id", "FirstName", "LastName"],
"properties": {
"Id": {
"type": "string",
"format": "uuid"
},
"Number": {
"type": "string",
"description": "Sequential customer number assigned by Mews."
},
"FirstName": {
"type": "string"
},
"LastName": {
"type": "string"
},
"SecondLastName": {
"type": ["string", "null"]
},
"Title": {
"type": ["string", "null"],
"enum": ["Mister", "Miss", "Misses", "Mix", null]
},
"Gender": {
"type": ["string", "null"],
"enum": ["Male", "Female", "Other", null]
},
"NationalityCode": {
"type": ["string", "null"],
"description": "ISO 3166-1 alpha-2 country code."
},
"LanguageCode": {
"type": ["string", "null"],
"description": "ISO 639-1 / IETF language tag."
},
"BirthDate": {
"type": ["string", "null"],
"format": "date"
},
"BirthPlace": {
"type": ["string", "null"]
},
"Email": {
"type": ["string", "null"],
"format": "email"
},
"Phone": {
"type": ["string", "null"]
},
"LoyaltyCode": {
"type": ["string", "null"]
},
"Notes": {
"type": ["string", "null"]
},
"TaxIdentificationNumber": {
"type": ["string", "null"]
},
"Classifications": {
"type": "array",
"items": {
"type": "string",
"enum": [
"Blacklist", "Loyalty Program Member", "Media", "Returning",
"Staff", "Top", "VIP", "VIP 2", "VIP 3"
]
}
},
"Address": {
"type": ["object", "null"],
"properties": {
"Line1": {"type": ["string", "null"]},
"Line2": {"type": ["string", "null"]},
"City": {"type": ["string", "null"]},
"PostalCode": {"type": ["string", "null"]},
"CountryCode": {"type": ["string", "null"]},
"SubdivisionCode": {"type": ["string", "null"]}
}
},
"CreatedUtc": {
"type": "string",
"format": "date-time"
},
"UpdatedUtc": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": true
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mews-customer"
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 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.