{
  "type": "object",
  "properties": {
    "bufferedGeometry": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "const": "Polygon"
        },
        "coordinates": {
          "type": "array",
          "minItems": 2,
          "items": {
            "type": "number"
          }
        }
      }
    },
    "area": {
      "type": "number",
      "minimum": 0
    }
  }
}