flask-jsonschema
flask-jsonschema copied to clipboard
Add runtime configuration of schemas
Factored the code to load schemas from a directory into a separate function and added a paramter to JsonSchema for a "schemas" dict. This also made things a little more readable.