{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventThresholdConfig2", "title": "EventThresholdConfig2", "type": "object", "properties": { "minThreshold": { "type": "number", "example": 10, "description": "Threshold value (in percentage) to trigger an event." }, "defaultMinThreshold": { "type": "number", "example": 10, "description": "Deafault Threshold value (in percentage) to trigger an event. " } } }