Home
EPA — U.S. Environmental Protection Agency
Cip Service Delineate Rb Structure
Cip Service Delineate Rb Structure
delineate_rb schema from CIP-service Indexing API
Type: object
Properties: 20
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
delineate_rb is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 20 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
aggregation_engine
max_distancekm
max_flowtimeday
split_initial_catchment
fill_basin_holes
return_delineation_geometry
return_flowline_details
return_flowline_geometry
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-delineate-rb-structure.json",
"name": "delineate_rb",
"description": "delineate_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"
},
"aggregation_engine": {
"oneOf": [
{
"$ref": "#/components/schemas/aggregation_engine"
},
{
"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"
},
"split_initial_catchment": {
"oneOf": [
{
"$ref": "#/components/schemas/split_initial_catchment"
},
{
"type": "string"
}
],
"example": "string"
},
"fill_basin_holes": {
"oneOf": [
{
"$ref": "#/components/schemas/fill_basin_holes"
},
{
"type": "string"
}
],
"example": "string"
},
"return_delineation_geometry": {
"oneOf": [
{
"$ref": "#/components/schemas/return_delineation_geometry"
},
{
"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"
}
}
}