Mews · Schema

Resource category type

Type of the category.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-resourcecategorytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceCategoryType",
  "title": "Resource category type",
  "enum": [
    "Room",
    "Bed",
    "Dorm",
    "Apartment",
    "Suite",
    "Villa",
    "Site",
    "Office",
    "MeetingRoom",
    "ParkingSpot",
    "Desk",
    "TeamArea",
    "Membership",
    "Tent",
    "CaravanOrRV",
    "UnequippedCampsite",
    "Bike",
    "ExtraBed",
    "Cot",
    "Crib",
    "ConferenceRoom",
    "Rooftop",
    "Garden",
    "Restaurant",
    "Amphitheater",
    "PrivateSpaces"
  ],
  "type": "string",
  "description": "Type of the category."
}