14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:ElementarySchool",
|
|
"title": "ElementarySchool",
|
|
"description": "An elementary school.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "An educational organization.",
|
|
"$ref": "schema:EducationalOrganization"
|
|
}
|
|
]
|
|
}
|