Mews · Schema

Enterprise profile data

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
ProfileId string Unique identifier of the profile.
View JSON Schema on GitHub

JSON Schema

mews-enterpriseprofiledata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnterpriseProfileData",
  "title": "Enterprise profile data",
  "required": [
    "ProfileId"
  ],
  "type": "object",
  "properties": {
    "ProfileId": {
      "type": "string",
      "description": "Unique identifier of the profile.",
      "format": "uuid"
    }
  },
  "additionalProperties": false,
  "x-schema-id": "EnterpriseProfileData"
}