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