openapi-core/openapi_core/schema
Diogo Baeder de Paula Pinto a08b62035e Properly formatting UUID if value to be unmarshalled is already a UUID.
Before this change, if a UUID instance got received as value in the
Schema, it was breaking the unmarshal because UUID instances can't be
used as values to instantiate other UUIDs.
2019-02-28 18:25:22 -03:00
..
components Python2 compatibility module 2018-07-29 00:16:30 +01:00
content Rewrok exception handling 2018-09-13 10:58:35 +01:00
infos Schema objects restructure 2018-05-25 11:30:50 +01:00
media_types parameters/body should catch all schema errors 2018-09-13 10:58:35 +01:00
operations Rewrok exception handling 2018-09-13 10:58:35 +01:00
parameters typo 2018-09-13 13:57:59 +01:00
paths Python2 compatibility module 2018-07-29 00:16:30 +01:00
properties Lazy schema references 2018-07-28 22:12:47 +01:00
request_bodies Rewrok exception handling 2018-09-13 10:58:35 +01:00
responses Rewrok exception handling 2018-09-13 10:58:35 +01:00
schemas Properly formatting UUID if value to be unmarshalled is already a UUID. 2019-02-28 18:25:22 -03:00
servers Rewrok exception handling 2018-09-13 10:58:35 +01:00
specs Rewrok exception handling 2018-09-13 10:58:35 +01:00
__init__.py Schema objects restructure 2018-05-25 11:30:50 +01:00
exceptions.py Exceptions restructure 2018-05-25 11:30:50 +01:00