{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InsightsThresholdBounds", "title": "InsightsThresholdBounds", "additionalProperties": false, "properties": { "lower": { "default": null, "description": "Alert fires when the value drops below this number.", "title": "Lower", "type": "number", "nullable": true }, "upper": { "default": null, "description": "Alert fires when the value exceeds this number.", "title": "Upper", "type": "number", "nullable": true } }, "type": "object" }