openapi-core/openapi_core/schema/schemas
Correl Roush 8db5c08ed1 Add support for additional validation properties
Add support for the following validation properties:
- multipleOf
- maximum
- exclusiveMaximum
- minimum
- exclusiveMinimum
- maxLength
- minLength
- pattern
- maxItems
- minItems
- uniqueItems
- maxProperties
- minProperties

Fixes #49
2018-09-09 00:30:38 -04: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 Unmarshal any schema type 2018-08-23 09:29:36 +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 Add support for additional validation properties 2018-09-09 00:30:38 -04: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