big tings
This commit is contained in:
13
registry/schema-org/Room.schema.json
Normal file
13
registry/schema-org/Room.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:Room",
|
||||
"title": "Room",
|
||||
"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",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use [[additionalType]] with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.\n",
|
||||
"$ref": "schema:Accommodation"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user