OAPI: correction to the sleep schedule example

The `days_of_week` field must be space-separated, not comma-separated.
This commit is contained in:
Sybren A. Stüvel 2022-07-16 16:14:54 +02:00
parent 627996525e
commit f23ba6d53e

@ -2007,7 +2007,7 @@ components:
required: [is_active, days_of_week, start_time, end_time]
example:
is_active: true
days_of_week: "mo,tu,th,fr"
days_of_week: "mo tu th fr"
start_time: "09:00"
end_time: "18:00"