Cip Service Indexing Summary Structure

short summary report of indexing results.

Type: object Properties: 1
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

input_features

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-indexing-summary-structure.json",
  "name": "indexing_summary",
  "description": "short summary report of indexing results.",
  "type": "object",
  "properties": {
    "input_features": {
      "type": "object",
      "properties": {
        "point_count": {
          "type": "int32"
        },
        "line_count": {
          "type": "int32"
        },
        "area_count": {
          "type": "int32"
        }
      },
      "example": {}
    }
  }
}