{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://agstack.org/schemas/GeoJSONOut.json", "title": "GeoJSONOut", "properties": { "type": { "$ref": "#/components/schemas/GeoJSONTypeEnum" }, "coordinates": { "items": {}, "type": "array", "title": "Coordinates" } }, "type": "object", "required": [ "type", "coordinates" ] }