delineate_rb

delineate_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
aggregation_engine object
max_distancekm object
max_flowtimeday object
split_initial_catchment object
fill_basin_holes object
return_delineation_geometry object
return_flowline_details object
return_flowline_geometry object
View JSON Schema on GitHub

JSON Schema

cip-service-delineate-rb-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-delineate-rb-schema.json",
  "title": "delineate_rb",
  "description": "delineate_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"
    },
    "aggregation_engine": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/aggregation_engine"
        },
        {
          "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"
    },
    "split_initial_catchment": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/split_initial_catchment"
        },
        {
          "type": "null"
        }
      ],
      "example": "string"
    },
    "fill_basin_holes": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/fill_basin_holes"
        },
        {
          "type": "null"
        }
      ],
      "example": "string"
    },
    "return_delineation_geometry": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/return_delineation_geometry"
        },
        {
          "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"
    }
  }
}