Sha256: 7c05d362f16a925e2fa7082378191c9a92111515e9cb1ae752e990f7e1958316

Contents?: true

Size: 235 Bytes

Versions: 6

Compression:

Stored size: 235 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "bbox.json#",
  "description": "A bounding box as defined by GeoJSON, minimum of 4 elements",
  "type": "array",
  "minItems": 4,
  "items": {
    "type": "number"
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adiwg-json_schemas-0.8.1 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.8.0 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.7.0 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.5.2 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.5.0 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.4.0 schema/schema/geojson/bbox.json