{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-scheduler/refs/heads/main/json-schema/amazon-eventbridge-scheduler-flexible-time-window-mode-schema.json", "title": "FlexibleTimeWindowMode", "description": "FlexibleTimeWindowMode schema from Amazon EventBridge Scheduler", "type": "string", "enum": [ "OFF", "FLEXIBLE" ] }