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