numberOfBathroomsTotal constant
IRI for schema:numberOfBathroomsTotal [Expects: https://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: https://schema.org/Accommodation, https://schema.org/FloorPlan
Implementation
static const numberOfBathroomsTotal = IriTerm.prevalidated(
'https://schema.org/numberOfBathroomsTotal',
);