cipsrv_index_resp

cipsrv_index_resp schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
indexed_points object Feature collection of point event features processed through CIP indexing.
indexed_lines object Feature collection of line event features processed through CIP indexing.
indexed_areas object Feature collection of area event features processed through CIP indexing.
indexed_collection object Geometry of all event features processed through CIP indexing.
indexing_summary object
catchment_count integer
catchment_areasqkm number
nhdplus_version object
catchments object
flowlines object
huc12s object
return_code object
status_message object
View JSON Schema on GitHub

JSON Schema

cip-service-cipsrv-index-resp-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-cipsrv-index-resp-schema.json",
  "title": "cipsrv_index_resp",
  "description": "cipsrv_index_resp schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "indexed_points": {
      "description": "Feature collection of point event features processed through CIP indexing.",
      "$ref": "#/components/schemas/geojson_featurecollection"
    },
    "indexed_lines": {
      "description": "Feature collection of line event features processed through CIP indexing.",
      "$ref": "#/components/schemas/geojson_featurecollection"
    },
    "indexed_areas": {
      "description": "Feature collection of area event features processed through CIP indexing.",
      "$ref": "#/components/schemas/geojson_featurecollection"
    },
    "indexed_collection": {
      "description": "Geometry of all event features processed through CIP indexing.",
      "$ref": "#/components/schemas/geojson_geometry"
    },
    "indexing_summary": {
      "$ref": "#/components/schemas/indexing_summary"
    },
    "catchment_count": {
      "type": "integer",
      "format": "int32",
      "example": 100
    },
    "catchment_areasqkm": {
      "type": "number",
      "example": 0.0
    },
    "nhdplus_version": {
      "$ref": "#/components/schemas/nhdplus_version"
    },
    "catchments": {
      "$ref": "#/components/schemas/geojson_featurecollection"
    },
    "flowlines": {
      "$ref": "#/components/schemas/geojson_featurecollection"
    },
    "huc12s": {
      "$ref": "#/components/schemas/geojson_featurecollection"
    },
    "return_code": {
      "$ref": "#/components/schemas/return_code"
    },
    "status_message": {
      "$ref": "#/components/schemas/status_message"
    }
  }
}