dart_json_schema_annotations 2.1.0 copy "dart_json_schema_annotations: ^2.1.0" to clipboard
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 @JsonSchema class-level annotation to enable schema generation for all public fields in a class

2.0.1 #

Improvements #

  • Enhanced typed field annotations with better documentation

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.
0
likes
150
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on dart_json_schema_annotations