OBJECT
type Polygon {# GeoJSON geometry type (possible values are 'LineString', 'Point', and 'Polygon')type: String # Collection of GeoJSON coordinatescoordinates: [[[Float]]] }