Objects
Amenity
An entry in the amenity dictionary.
An entry in the amenity dictionary: a stable
code, its category,
the scope it applies to (hotel, roomType, or both), a valueType, and a
localized label.Draft. One possible amenity — a dictionary entry. Returned by GET /amenities.
Identifier in category.slug form; use it for filtering.
Example:
"wellness.sauna"
The category the amenity belongs to.
Example:
"wellness"
The levels where the amenity applies. E.g. ["hotel"], ["roomType"], or ["hotel", "roomType"].
Available options:
hotel, roomType Example:
["hotel", "roomType"]Whether the amenity is a simple flag (boolean) or carries a count.
Available options:
boolean, count Example:
"boolean"
Localized display name.
Example:
{
"cs-CZ": "Sauna",
"de": "Sauna",
"en": "Sauna"
}