Cip Service Pointindexing Resp Structure

pointindexing_resp schema from CIP-service Indexing API

Type: object Properties: 11
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

pointindexing_resp is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

flowlines path_distance_km end_point indexing_line region nhdplusid reachcode hydroseq snap_measure return_code status_message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-pointindexing-resp-structure.json",
  "name": "pointindexing_resp",
  "description": "pointindexing_resp schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "flowlines": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/geojson_featurecollection"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "path_distance_km": {
      "type": "double",
      "example": 0.0
    },
    "end_point": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/geojson_feature"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "indexing_line": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/geojson_feature"
        },
        {
          "type": "string"
        }
      ],
      "example": "string"
    },
    "region": {
      "type": "string",
      "example": "string"
    },
    "nhdplusid": {
      "$ref": "#/components/schemas/nhdplusid"
    },
    "reachcode": {
      "$ref": "#/components/schemas/reachcode"
    },
    "hydroseq": {
      "$ref": "#/components/schemas/hydroseq"
    },
    "snap_measure": {
      "$ref": "#/components/schemas/measure"
    },
    "return_code": {
      "$ref": "#/components/schemas/return_code"
    },
    "status_message": {
      "type": "string",
      "example": "active"
    }
  }
}