Mews · Schema

SourceAssignmentResultV20240920

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
SourceAssignments array Assignments between `Reservation` and `Source`.
Cursor string Opaque pagination cursor which can be used in `Limitation` to fetch newer source assignments.
View JSON Schema on GitHub

JSON Schema

mews-sourceassignmentresultv20240920-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SourceAssignmentResultV20240920",
  "title": "SourceAssignmentResultV20240920",
  "required": [
    "SourceAssignments"
  ],
  "type": "object",
  "properties": {
    "SourceAssignments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SourceAssignmentV20240920"
      },
      "description": "Assignments between `Reservation` and `Source`."
    },
    "Cursor": {
      "type": "string",
      "description": "Opaque pagination cursor which can be used in `Limitation` to fetch newer source assignments.",
      "format": "string",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "SourceAssignmentResultV20240920"
}