Mews · Schema

CustomerAddFileResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
FileId string Unique identifier of the uploaded file.
View JSON Schema on GitHub

JSON Schema

mews-customeraddfileresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerAddFileResult",
  "title": "CustomerAddFileResult",
  "required": [
    "FileId"
  ],
  "type": "object",
  "properties": {
    "FileId": {
      "type": "string",
      "description": "Unique identifier of the uploaded file.",
      "format": "uuid"
    }
  },
  "additionalProperties": false,
  "x-schema-id": "CustomerAddFileResult"
}