Files
marka/registry/schema-org/MeetingRoom.schema.json
Max Richter c687eff53d big tings
2025-08-17 15:16:17 +02:00

14 lines
899 B
JSON

{
"$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"
}
]
}