{ "$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" } } }