dart_json_schema_annotations 2.1.0
dart_json_schema_annotations: ^2.1.0 copied to clipboard
Annotations for the dart_json_schema package. Provides the @Field annotation for adding metadata to model fields and the @JsonSchema annotation for class-level schema generation.
2.1.0 #
New Features #
- Added
@JsonSchemaclass-level annotation to enable schema generation for all public fields in a class
2.0.0 #
- Breaking Change: Simplified to single Field annotation without generics
- Removed all typed field annotations (IntField, StringField, etc.)
- Field annotation now has only three properties: title, description, and examples
1.0.1 #
- Enhanced typed field annotations
- Improved type safety
1.0.0 #
- Initial version.