{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-event-feature-properties-schema.json", "title": "event_feature_properties", "description": "event_feature_properties schema from CIP-service Indexing API", "type": "object", "properties": { "globalid": { "$ref": "#/components/schemas/globalid" }, "lengthkm": { "type": "number", "example": 0.0 }, "areasqkm": { "type": "number", "example": 0.0 }, "converted_to_ring": { "type": "boolean", "example": true }, "indexing_method_used": { "type": "string", "example": "string" }, "line_threshold_used": { "type": "number", "example": 0.0 }, "areacat_threshold_used": { "type": "number", "example": 0.0 }, "areaevt_threshold_used": { "type": "number", "example": 0.0 } } }