json_schema_utils 1.0.0-dev.14
json_schema_utils: ^1.0.0-dev.14 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.14 #
- Rewrite Library to simplify the use and structure
1.0.0-dev.13 #
- Refactor Validation to extract logic from JSON Schema Classes
1.0.0-dev.12 #
- Restructure JSON schema types to improve structure
- Update Example to show new Schema Type classes
1.0.0-dev.11 #
- Improve validation by providing more detailed reasons and causes
- Make some validation check all conditions before returning with multiple error messages
1.0.0-dev.10 #
- Add a String type only JSON Schema class
- Add a Boolean type only JSON Schema class
- Add a Number type only JSON Schema class
- Add a Null type only JSON Schema class
- Add an Object type only JSON Schema class
- Add an Array type only JSON Schema class
1.0.0-dev.9 #
- Fix README image link after docs to doc change
- Clarify the reason for Opinionated JSON Schema Document class
1.0.0-dev.8 #
- Move Docs directory to Doc to comply with Dart best practices
1.0.0-dev.7 #
- Update Basic Example to show more usage
- Improve Feature list in README
- Add planned Features to README
1.0.0-dev.6 #
- Fix README image link
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