-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
There are some parts missing in the openapi documentation schemas, leading to error messages on the documentation page.
So far, I've found the following things to be missing:
- all the
..._examples are just empty dicts, they should be filled with actual example data (for some reason, some (but not all) examples are shown on the documentation page anyway, not sure what they're generated from) evse_schemahas a field that referencesStatusSchedule, but there's no schema for that- the example for
RegularHoursshown on the documentation page has this instead of actual examples:
{
"weekday": 1,
"period_begin": "/regex/",
"period_end": "/regex/"
}
Metadata
Metadata
Assignees
Labels
No labels