{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api.agromonitoring.com/structures/GeoJson.json", "title": "GeoJson", "type": "object", "fields": [ { "name": "type", "type": "string", "description": "GeoJSON geometry type." }, { "name": "coordinates", "type": "array", "description": "Array of coordinate rings defining the polygon." } ] }