Mews · Schema

Resource data discriminator

Whether the resource is space, object, or person.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-resourcedatadiscriminator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceDataDiscriminator",
  "title": "Resource data discriminator",
  "enum": [
    "Space",
    "Object",
    "Person"
  ],
  "type": "string",
  "description": "Whether the resource is space, object, or person."
}