Mews · Schema

CustomerItemResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Customers array The customers with their items.
View JSON Schema on GitHub

JSON Schema

mews-customeritemresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerItemResult",
  "title": "CustomerItemResult",
  "type": "object",
  "properties": {
    "Customers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CustomerItems"
      },
      "description": "The customers with their items.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "CustomerItemResult"
}