{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:TennisComplex", "title": "TennisComplex", "description": "A tennis complex.", "type": "object", "allOf": [ { "description": "A sports location, such as a playing field.", "$ref": "schema:SportsActivityLocation" } ] }