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