Cip Service Navigate Resp Structure

navigate_resp schema from CIP-service Indexing API

Type: object Properties: 5
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

flowlines flowline_count nhdplus_version return_code status_message

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-navigate-resp-structure.json",
  "name": "navigate_resp",
  "description": "navigate_resp schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "flowlines": {
      "$ref": "#/components/schemas/geojson_featurecollection"
    },
    "flowline_count": {
      "$ref": "#/components/schemas/flowline_count"
    },
    "nhdplus_version": {
      "$ref": "#/components/schemas/nhdplus_version"
    },
    "return_code": {
      "$ref": "#/components/schemas/return_code"
    },
    "status_message": {
      "$ref": "#/components/schemas/status_message"
    }
  }
}