{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateSettings", "title": "UpdateSettings", "type": "object", "properties": { "preferredStartTimeUtc": { "type": "string", "format": "time", "description": "Preferred start time for the update window (UTC)", "example": "example_value" }, "preferredEndTimeUtc": { "type": "string", "format": "time", "description": "Preferred end time for the update window (UTC)", "example": "example_value" } } }