{ "type": "FeatureCollection", "bbox": [0, 0, 5, 5], "features": [ {"type": "Feature", "properties": {}, "geometry": {"type": "Polygon", "coordinates": [[[0, 0], [0, 5], [5, 5], [5, 0], [0, 0]]]}} ] }