json_schema_utils 1.0.0-dev.5
json_schema_utils: ^1.0.0-dev.5 copied to clipboard
Utilities for building Json Schema Documents to ensure they are valid and assist with reducing the complexity of creating a schema manually
1.0.0-dev.5 #
- Update docs and links
1.0.0-dev.3 & 1.0.0-dev.4 #
- Improve library organization
1.0.0-dev.2 #
- Added basic Default Value validation to ensure the default value for a schema is valid against the constraints
1.0.0-dev.1 #
- Initial version
- Add basic JSONSchema support
- Add opinionated JSONSchema Document class / builder