navigate_resp

navigate_resp schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
flowlines object
flowline_count object
nhdplus_version object
return_code object
status_message object
View JSON Schema on GitHub

JSON Schema

cip-service-navigate-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-navigate-resp-schema.json",
  "title": "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"
    }
  }
}