pointindexing_rb
pointindexing_rb schema from CIP-service Indexing API
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| point | object | |
| indexing_engine | object | |
| fcode_allow | object | |
| fcode_deny | object | |
| distance_max_distkm | object | Maximum distance in kilometers the DISTANCE engine uses to find a reach measure candidate. |
| raindrop_snap_max_distkm | object | Maximum distance in kilometers the RAINDROP engine uses to snap to the final reach measure candidate. |
| raindrop_path_max_distkm | object | Maximum distance in kilometers the RAINDROP engine will travel towards a final candidate. |
| limit_innetwork | object | Flag to limit results to innetwork flowlines. |
| limit_navigable | object | Flag to limit results to navigable flowlines. |
| return_link_path | object | Flag whether to return a geometry representing the indexing path from start to candidate. |
| known_region | object | |
| known_catchment_nhdplusid | object | In some scenarios users may know the catchment NHDPlusID in which they desire to index. Providing the value bypasses the cost of determining the catchment via spatial intersection. |
| nhdplus_version | 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-pointindexing-rb-schema.json",
"title": "pointindexing_rb",
"description": "pointindexing_rb schema from CIP-service Indexing API",
"type": "object",
"properties": {
"point": {
"oneOf": [
{
"$ref": "#/components/schemas/geojson_featurecollection"
},
{
"$ref": "#/components/schemas/geojson_feature"
},
{
"$ref": "#/components/schemas/geojson_geometry"
}
],
"example": "string"
},
"indexing_engine": {
"oneOf": [
{
"$ref": "#/components/schemas/indexing_engine"
},
{
"type": "null"
}
],
"example": "string"
},
"fcode_allow": {
"oneOf": [
{
"$ref": "#/components/schemas/fcode_allow"
},
{
"type": "null"
}
],
"example": "string"
},
"fcode_deny": {
"oneOf": [
{
"$ref": "#/components/schemas/fcode_deny"
},
{
"type": "null"
}
],
"example": "string"
},
"distance_max_distkm": {
"description": "Maximum distance in kilometers the DISTANCE engine uses to find a reach measure candidate.",
"oneOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"example": "string"
},
"raindrop_snap_max_distkm": {
"description": "Maximum distance in kilometers the RAINDROP engine uses to snap to the final reach measure candidate.",
"oneOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"example": "string"
},
"raindrop_path_max_distkm": {
"description": "Maximum distance in kilometers the RAINDROP engine will travel towards a final candidate.",
"oneOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"example": "string"
},
"limit_innetwork": {
"description": "Flag to limit results to innetwork flowlines.",
"oneOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"example": "string"
},
"limit_navigable": {
"description": "Flag to limit results to navigable flowlines.",
"oneOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"example": "string"
},
"return_link_path": {
"description": "Flag whether to return a geometry representing the indexing path from start to candidate.",
"oneOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"example": "string"
},
"known_region": {
"oneOf": [
{
"$ref": "#/components/schemas/known_region"
},
{
"type": "null"
}
],
"example": "string"
},
"known_catchment_nhdplusid": {
"description": "In some scenarios users may know the catchment NHDPlusID in which they desire to index. Providing the value bypasses the cost of determining the catchment via spatial intersection.",
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"example": "12345"
},
"nhdplus_version": {
"default": "nhdplus_h",
"$ref": "#/components/schemas/nhdplus_version"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cip-service-pointindexing-rb"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.