Mews · Schema

ExportAddResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Export object Added export.
View JSON Schema on GitHub

JSON Schema

mews-exportaddresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportAddResult",
  "title": "ExportAddResult",
  "required": [
    "Export"
  ],
  "type": "object",
  "properties": {
    "Export": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Export"
        }
      ],
      "description": "Added export."
    }
  },
  "additionalProperties": false,
  "x-schema-id": "ExportAddResult"
}