{
  "title": "geometry",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "Please refer to the links below for objects which define the JSON formats of geometry and spatial reference objects.",
  "oneOf": [
    {
      "$ref": "multipoint_geometry_schema.json"
    },
    {
      "$ref": "point_geometry_schema.json"
    },
    {
      "$ref": "polygon_geometry_schema.json"
    },
    {
      "$ref": "polyline_geometry_schema.json"
    }
  ]
}
