-
-
Notifications
You must be signed in to change notification settings - Fork 136
KeyError: 'items' validating [] against schema {} #380
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
Labels
Comments
andersk
added a commit
to andersk/zulip
that referenced
this issue
Jan 13, 2022
This should not be needed, but works around an openapi-core bug: python-openapi/openapi-core#380 Signed-off-by: Anders Kaseorg <anders@zulip.com>
timabbott
pushed a commit
to zulip/zulip
that referenced
this issue
Jan 13, 2022
This should not be needed, but works around an openapi-core bug: python-openapi/openapi-core#380 Signed-off-by: Anders Kaseorg <anders@zulip.com>
yashd26
pushed a commit
to yashd26/zulip
that referenced
this issue
Jan 16, 2022
This should not be needed, but works around an openapi-core bug: python-openapi/openapi-core#380 Signed-off-by: Anders Kaseorg <anders@zulip.com>
Fingel
pushed a commit
to Fingel/zulip
that referenced
this issue
Jan 21, 2022
This should not be needed, but works around an openapi-core bug: python-openapi/openapi-core#380 Signed-off-by: Anders Kaseorg <anders@zulip.com>
tiger-yash
pushed a commit
to tiger-yash/zulip
that referenced
this issue
Mar 8, 2022
This should not be needed, but works around an openapi-core bug: python-openapi/openapi-core#380 Signed-off-by: Anders Kaseorg <anders@zulip.com>
Works with new version hence closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Validating an array against the empty schema
{}
givesKeyError: 'items'
. Agit bisect
shows this was introduced by commit 35f8e28 (#318).The text was updated successfully, but these errors were encountered: