You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "oneof_test.py", line 31, in <module>
result = validator.validate(request)
File "/home/anders/python/openapi-core/openapi_core/validation/request/validators.py", line 48, in validate
params, params_errors =self._get_parameters(
File "/home/anders/python/openapi-core/openapi_core/validation/request/validators.py", line 138, in _get_parameters
raw_value =self._get_parameter_value(param, request)
File "/home/anders/python/openapi-core/openapi_core/validation/request/validators.py", line 226, in _get_parameter_value
aslist = get_aslist(param)
File "/home/anders/python/openapi-core/openapi_core/schema/parameters.py", line 4, in get_aslist
param['schema']['type'] in ['array', 'object']
KeyError: 'type'
The text was updated successfully, but these errors were encountered:
This succeeds in 0.13.8 and unexpectedly raises
KeyError: 'type'
in 0.14.0. I bisected the problem to commit 35f8e28 “Spec path”.The text was updated successfully, but these errors were encountered: