{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:RiverBodyOfWater", "title": "RiverBodyOfWater", "description": "A river (for example, the broad majestic Shannon).", "type": "object", "allOf": [ { "description": "A body of water, such as a sea, ocean, or lake.", "$ref": "schema:BodyOfWater" } ] }