Mews · Schema

CompanionshipAddResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
CompanionshipId string Identifier of the created `Companionship` entity.
View JSON Schema on GitHub

JSON Schema

mews-companionshipaddresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompanionshipAddResult",
  "title": "CompanionshipAddResult",
  "required": [
    "CompanionshipId"
  ],
  "type": "object",
  "properties": {
    "CompanionshipId": {
      "type": "string",
      "description": "Identifier of the created `Companionship` entity.",
      "format": "uuid"
    }
  },
  "additionalProperties": false,
  "x-schema-id": "CompanionshipAddResult"
}