{
    "type": "Feature",
    "properties": {
        "name": "SARAH"
    },
    "geometry": {
        "type": "MultiPolygon",
        "coordinates": [[[[-65.0, -65.0], [65.05, -65.0], [65.05, 65.05], [-65.0, 65.05], [-65.0, -65.0]]]]
    }
}