Home
EPA — U.S. Environmental Protection Agency
Cip Service Navigate Rb Structure
Cip Service Navigate Rb Structure
navigate_rb schema from CIP-service Indexing API
Type: object
Properties: 17
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
navigate_rb is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 17 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
nhdplus_version
search_type
start_nhdplusid
start_permanent_identifier
start_reachcode
start_hydroseq
start_measure
stop_nhdplusid
stop_permanent_identifier
stop_reachcode
stop_hydroseq
stop_measure
max_distancekm
max_flowtimeday
return_flowline_details
return_flowline_geometry
known_region
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-navigate-rb-structure.json",
"name": "navigate_rb",
"description": "navigate_rb schema from CIP-service Indexing API",
"type": "object",
"properties": {
"nhdplus_version": {
"$ref": "#/components/schemas/nhdplus_version",
"default": "nhdplus_h"
},
"search_type": {
"$ref": "#/components/schemas/search_type"
},
"start_nhdplusid": {
"oneOf": [
{
"$ref": "#/components/schemas/start_nhdplusid"
},
{
"type": "string"
}
],
"example": "12345"
},
"start_permanent_identifier": {
"oneOf": [
{
"$ref": "#/components/schemas/start_permanent_identifier"
},
{
"type": "string"
}
],
"example": "12345"
},
"start_reachcode": {
"oneOf": [
{
"$ref": "#/components/schemas/start_reachcode"
},
{
"type": "string"
}
],
"example": "string"
},
"start_hydroseq": {
"oneOf": [
{
"$ref": "#/components/schemas/start_hydroseq"
},
{
"type": "string"
}
],
"example": "string"
},
"start_measure": {
"oneOf": [
{
"$ref": "#/components/schemas/start_measure"
},
{
"type": "string"
}
],
"example": "string"
},
"stop_nhdplusid": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_nhdplusid"
},
{
"type": "string"
}
],
"example": "12345"
},
"stop_permanent_identifier": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_permanent_identifier"
},
{
"type": "string"
}
],
"example": "12345"
},
"stop_reachcode": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_reachcode"
},
{
"type": "string"
}
],
"example": "string"
},
"stop_hydroseq": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_hydroseq"
},
{
"type": "string"
}
],
"example": "string"
},
"stop_measure": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_measure"
},
{
"type": "string"
}
],
"example": "string"
},
"max_distancekm": {
"oneOf": [
{
"$ref": "#/components/schemas/max_distancekm"
},
{
"type": "string"
}
],
"example": "string"
},
"max_flowtimeday": {
"oneOf": [
{
"$ref": "#/components/schemas/max_flowtimeday"
},
{
"type": "string"
}
],
"example": "string"
},
"return_flowline_details": {
"oneOf": [
{
"$ref": "#/components/schemas/return_flowline_details"
},
{
"type": "string"
}
],
"example": "string"
},
"return_flowline_geometry": {
"oneOf": [
{
"$ref": "#/components/schemas/return_flowline_geometry"
},
{
"type": "string"
}
],
"example": "string"
},
"known_region": {
"oneOf": [
{
"$ref": "#/components/schemas/known_region"
},
{
"type": "string"
}
],
"example": "string"
}
}
}