14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:Embassy",
|
|
"title": "Embassy",
|
|
"description": "An embassy.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "A government building.",
|
|
"$ref": "schema:GovernmentBuilding"
|
|
}
|
|
]
|
|
}
|