{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:Reservoir", "title": "Reservoir", "description": "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.", "type": "object", "allOf": [ { "description": "A body of water, such as a sea, ocean, or lake.", "$ref": "schema:BodyOfWater" } ] }