navigate_rb
navigate_rb schema from CIP-service Indexing API
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| nhdplus_version | object | |
| search_type | object | |
| start_nhdplusid | object | |
| start_permanent_identifier | object | |
| start_reachcode | object | |
| start_hydroseq | object | |
| start_measure | object | |
| stop_nhdplusid | object | |
| stop_permanent_identifier | object | |
| stop_reachcode | object | |
| stop_hydroseq | object | |
| stop_measure | object | |
| max_distancekm | object | |
| max_flowtimeday | object | |
| return_flowline_details | object | |
| return_flowline_geometry | object | |
| known_region | object |
JSON Schema
{
"$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-rb-schema.json",
"title": "navigate_rb",
"description": "navigate_rb schema from CIP-service Indexing API",
"type": "object",
"properties": {
"nhdplus_version": {
"default": "nhdplus_h",
"$ref": "#/components/schemas/nhdplus_version"
},
"search_type": {
"$ref": "#/components/schemas/search_type"
},
"start_nhdplusid": {
"oneOf": [
{
"$ref": "#/components/schemas/start_nhdplusid"
},
{
"type": "null"
}
],
"example": "12345"
},
"start_permanent_identifier": {
"oneOf": [
{
"$ref": "#/components/schemas/start_permanent_identifier"
},
{
"type": "null"
}
],
"example": "12345"
},
"start_reachcode": {
"oneOf": [
{
"$ref": "#/components/schemas/start_reachcode"
},
{
"type": "null"
}
],
"example": "string"
},
"start_hydroseq": {
"oneOf": [
{
"$ref": "#/components/schemas/start_hydroseq"
},
{
"type": "null"
}
],
"example": "string"
},
"start_measure": {
"oneOf": [
{
"$ref": "#/components/schemas/start_measure"
},
{
"type": "null"
}
],
"example": "string"
},
"stop_nhdplusid": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_nhdplusid"
},
{
"type": "null"
}
],
"example": "12345"
},
"stop_permanent_identifier": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_permanent_identifier"
},
{
"type": "null"
}
],
"example": "12345"
},
"stop_reachcode": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_reachcode"
},
{
"type": "null"
}
],
"example": "string"
},
"stop_hydroseq": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_hydroseq"
},
{
"type": "null"
}
],
"example": "string"
},
"stop_measure": {
"oneOf": [
{
"$ref": "#/components/schemas/stop_measure"
},
{
"type": "null"
}
],
"example": "string"
},
"max_distancekm": {
"oneOf": [
{
"$ref": "#/components/schemas/max_distancekm"
},
{
"type": "null"
}
],
"example": "string"
},
"max_flowtimeday": {
"oneOf": [
{
"$ref": "#/components/schemas/max_flowtimeday"
},
{
"type": "null"
}
],
"example": "string"
},
"return_flowline_details": {
"oneOf": [
{
"$ref": "#/components/schemas/return_flowline_details"
},
{
"type": "null"
}
],
"example": "string"
},
"return_flowline_geometry": {
"oneOf": [
{
"$ref": "#/components/schemas/return_flowline_geometry"
},
{
"type": "null"
}
],
"example": "string"
},
"known_region": {
"oneOf": [
{
"$ref": "#/components/schemas/known_region"
},
{
"type": "null"
}
],
"example": "string"
}
}
}