openapi-core/openapi_core/schema/schemas
Domen Kožar 6bdd1a6756
Rewrok exception handling
Main motivation behind this change is to be able to catch exceptions
as per raise_for_errors() helpers, but to inspect state of exceptions
instead of just getting a rendered string. This allows rendering
exceptions into JSON, for example.
2018-09-13 10:58:35 +01:00
..
__init__.py Schema objects restructure 2018-05-25 11:30:50 +01:00
enums.py Any schema type 2018-08-22 14:27:32 +01:00
exceptions.py Rewrok exception handling 2018-09-13 10:58:35 +01:00
factories.py Add support for additional validation properties 2018-09-09 00:30:38 -04:00
generators.py Schema objects restructure 2018-05-25 11:30:50 +01:00
models.py Rewrok exception handling 2018-09-13 10:58:35 +01:00
registries.py Lazy schema references 2018-07-28 22:12:47 +01:00
util.py String validation 2018-08-22 13:49:24 +01:00
validators.py Separate schema casting and validation 2018-08-17 18:35:21 +01:00