Mews · Schema

ExportResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Exports array Requested exports.
View JSON Schema on GitHub

JSON Schema

mews-exportresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportResult",
  "title": "ExportResult",
  "required": [
    "Exports"
  ],
  "type": "object",
  "properties": {
    "Exports": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Export"
      },
      "description": "Requested exports."
    }
  },
  "additionalProperties": false,
  "x-schema-id": "ExportResult"
}