indexing_engine

Logic used to select a reach measure for indexing.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-indexing-engine-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-engine-schema.json",
  "title": "indexing_engine",
  "description": "Logic used to select a reach measure for indexing.",
  "type": "string",
  "enum": [
    "DISTANCE",
    "RAINDROP",
    "CATCONSTRAINED"
  ],
  "examples": [
    "DISTANCE"
  ]
}