indexing_summary

short summary report of indexing results.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
input_features object
View JSON Schema on GitHub

JSON Schema

cip-service-indexing-summary-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-indexing-summary-schema.json",
  "title": "indexing_summary",
  "description": "short summary report of indexing results.",
  "type": "object",
  "properties": {
    "input_features": {
      "type": "object",
      "properties": {
        "point_count": {
          "type": "integer"
        },
        "line_count": {
          "type": "integer"
        },
        "area_count": {
          "type": "integer"
        }
      },
      "example": {}
    }
  }
}