{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LocationRestriction", "title": "LocationRestriction", "type": "object", "description": "The region to restrict results to. Only results inside the restriction are returned.", "properties": { "circle": { "$ref": "#/components/schemas/Circle" }, "rectangle": { "$ref": "#/components/schemas/Rectangle" } } }