schema_builder 0.1.1
schema_builder: ^0.1.1 copied to clipboard
Generate JSON schemas from Dart classes with ease! Use annotations to define schemas, customize fields, and integrate with APIs.
0.1.1 #
-
Fix improve Pub.dev score
-
Update pubspec and CHANGELOG
0.1.0 #
-
Initial release of the library.
-
Support for generating JSON schemas from Dart classes using @JsonSchema and @SchemaValue.
-
Custom schema converters for advanced use cases.
-
Integration with build_runner for code generation.
-
Support for nested objects in JSON schemas.
-
Added each parameter in @SchemaValue to define schemas for list items.