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