Cip Service Randomppnav Resp Structure

randomppnav_resp schema from CIP-service Indexing API

Type: object Properties: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

randomppnav_resp is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

navpoint1 navpoint2

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-randomppnav-resp-structure.json",
  "name": "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"
    }
  }
}