numberOfBathroomsTotal constant

IriTerm const numberOfBathroomsTotal

numberOfBathroomsTotal [Expects: http://schema.org/Integer]

The total integer number of bathrooms in some {Accommodation}, following real estate conventions as documented in RESO: "The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.". See also {numberOfRooms}.

Can be used on: http://schema.org/Accommodation, http://schema.org/FloorPlan

Implementation

static const numberOfBathroomsTotal = IriTerm.prevalidated(
  'http://schema.org/numberOfBathroomsTotal',
);