numberOfRooms constant

IriTerm const numberOfRooms

numberOfRooms [Expects: https://schema.org/Number, https://schema.org/QuantitativeValue]

The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.

Can be used on: https://schema.org/Accommodation, https://schema.org/Apartment, https://schema.org/FloorPlan, https://schema.org/House, https://schema.org/LodgingBusiness, https://schema.org/SingleFamilyResidence, https://schema.org/Suite

Implementation

static const numberOfRooms = IriTerm.prevalidated(
  'https://schema.org/numberOfRooms',
);