{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:Pond", "title": "Pond", "description": "A pond.", "type": "object", "allOf": [ { "description": "A body of water, such as a sea, ocean, or lake.", "$ref": "schema:BodyOfWater" } ] }