randomppnav_resp

randomppnav_resp schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
navpoint1 object
navpoint2 object
View JSON Schema on GitHub

JSON Schema

cip-service-randomppnav-resp-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-randomppnav-resp-schema.json",
  "title": "randomppnav_resp",
  "description": "randomppnav_resp schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "navpoint1": {
      "$ref": "#/components/schemas/geojson_feature"
    },
    "navpoint2": {
      "$ref": "#/components/schemas/geojson_feature"
    }
  }
}