Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing parts of openAPI doc schemas #70

Open
flauschzelle opened this issue Nov 19, 2024 · 0 comments
Open

Add missing parts of openAPI doc schemas #70

flauschzelle opened this issue Nov 19, 2024 · 0 comments

Comments

@flauschzelle
Copy link
Contributor

flauschzelle commented Nov 19, 2024

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_schema has a field that references StatusSchedule, but there's no schema for that
  • the example for RegularHours shown on the documentation page has this instead of actual examples:
{
  "weekday": 1,
  "period_begin": "/regex/",
  "period_end": "/regex/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant