{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventThresholdConfig1", "title": "EventThresholdConfig1", "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." } } }