geojson_bbox

geojson_bbox schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-geojson-bbox-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-geojson-bbox-schema.json",
  "title": "geojson_bbox",
  "description": "geojson_bbox schema from CIP-service Indexing API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/ordinate"
  },
  "minItems": 4,
  "maxItems": 4
}