-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
Fixed Awaiting ReleaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next releaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next release
Description
Whilst checking examples it was identified that the numberOfRooms property does not have Hotel, or one of its super-types, in its domainIncludes.
As per the examples numberOfRooms makes sense as a property for Hotel. The assumption being that this is an oversight.
There is more than one way to solve this:
-
Add Hotel to the domainIncludes of numberOfRooms
-
Add LodgingBusiness to the domainIncludes of numberOfRooms. This may solve the same issue for other LodgingBusiness subtypes.
-
Add Accommodation as a further super-type of Hotel.
/cc @mfhepp
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Fixed Awaiting ReleaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next releaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next release