Static timer configuration
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConfigurablePropTimerStatic", "title": "ConfigurablePropTimerStatic", "nullable": true, "description": "Static timer configuration", "oneOf": [ { "$ref": "#/components/schemas/TimerInterval" }, { "$ref": "#/components/schemas/TimerCron" } ] }