Skip to content

numberOfRooms not a property for Type Hotel #2184

@RichardWallis

Description

@RichardWallis

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:

  1. Add Hotel to the domainIncludes of numberOfRooms

  2. Add LodgingBusiness to the domainIncludes of numberOfRooms. This may solve the same issue for other LodgingBusiness subtypes.

  3. Add Accommodation as a further super-type of Hotel.

/cc @mfhepp

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fixed Awaiting ReleaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions