14 lines
345 B
JSON
14 lines
345 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:OceanBodyOfWater",
|
|
"title": "OceanBodyOfWater",
|
|
"description": "An ocean (for example, the Pacific).",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "A body of water, such as a sea, ocean, or lake.",
|
|
"$ref": "schema:BodyOfWater"
|
|
}
|
|
]
|
|
}
|