{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:MeetingRoom", "title": "MeetingRoom", "description": "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.\n", "type": "object", "allOf": [ { "description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.\n", "$ref": "schema:Room" } ] }