Mews · Schema

Resource category type

Type of the category. 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

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-resourcecategorytypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceCategoryTypeEnum",
  "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.\n\nRoom\n\nBed\n\nDorm\n\nApartment\n\nSuite\n\nVilla\n\nSite\n\nOffice\n\nMeetingRoom\n\nParkingSpot\n\nDesk\n\nTeamArea\n\nMembership\n\nTent\n\nCaravanOrRV\n\nUnequippedCampsite\n\nBike\n\nExtraBed\n\nCot\n\nCrib\n\nConferenceRoom\n\nRooftop\n\nGarden\n\nRestaurant\n\nAmphitheater\n\nPrivateSpaces",
  "x-enumNames": [
    "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"
  ],
  "x-enumDescriptions": [
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    ""
  ]
}