bbox.json 305 B

12345678
  1. {
  2. "$schema": "http://json-schema.org/draft-04/schema#",
  3. "id": "http://json-schema.org/geojson/bbox.json#",
  4. "description": "A bounding box as defined by GeoJSON",
  5. "FIXME": "unenforceable constraint: even number of elements in array",
  6. "type": "array",
  7. "items": { "type": "number" }
  8. }