openapi-core/openapi_core/schema/schemas
Diogo Baeder de Paula Pinto b029066add Fix #124: Checking "additionalProperties" in "oneOf" items.
This is important because it does the correct validation over items that
are restricted in "oneOf", so that it's possible to use schemas that are
superset of one another as items of "oneOf".
2019-03-26 02:30:07 -03:00
..
__init__.py Schema objects restructure 2018-05-25 11:30:50 +01:00
enums.py Accepting uuid string format and validating accordingly. 2019-02-26 02:57:50 -03:00
exceptions.py Add field name to all property errors 2018-09-13 10:58:36 +01:00
factories.py Object additionalProperties support 2019-03-12 16:01:28 +01:00
generators.py Schema objects restructure 2018-05-25 11:30:50 +01:00
models.py Fix #124: Checking "additionalProperties" in "oneOf" items. 2019-03-26 02:30:07 -03:00
registries.py Lazy schema references 2018-07-28 22:12:47 +01:00
util.py String byte format fix 2019-03-22 14:35:12 +00:00
validators.py Separate schema casting and validation 2018-08-17 18:35:21 +01:00