Mews · Schema

AddedMessageResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Messages array Collection of created messages.
View JSON Schema on GitHub

JSON Schema

mews-addedmessageresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddedMessageResult",
  "title": "AddedMessageResult",
  "required": [
    "Messages"
  ],
  "type": "object",
  "properties": {
    "Messages": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AddedMessage"
      },
      "description": "Collection of created messages."
    }
  },
  "additionalProperties": false,
  "x-schema-id": "AddedMessageResult"
}