{
  "$id": "#Geo",
  "title": "Geo",
  "description": "Custom alias for 2 values - [latitude, longitude]",
  "type": "array",
  "items": {
    "type": "number"
  },
  "minItems": 2,
  "maxItems": 2
}
