{ "$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" ] }