openapi-core/openapi_core/schema
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
..
components Python2 compatibility module 2018-07-29 00:16:30 +01:00
content Mimetype wildcards support 2018-05-30 15:01:01 +01:00
infos Schema objects restructure 2018-05-25 11:30:50 +01:00
media_types Separate schema casting and validation 2018-08-17 18:35:21 +01:00
operations Expose tags in Operation object 2018-08-31 16:57:53 +02:00
parameters Separate schema casting and validation 2018-08-17 18:35:21 +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 Python2 compatibility module 2018-07-29 00:16:30 +01:00
responses Separate schema casting and validation 2018-08-17 18:35:21 +01:00
schemas Add support for additional validation properties 2018-09-09 00:30:38 -04:00
servers Python2 compatibility module 2018-07-29 00:16:30 +01:00
specs Python2 compatibility module 2018-07-29 00:16:30 +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