fuhrysteve / marshmallow-jsonschema

JSON Schema Draft v7 (http://json-schema.org/) formatting with marshmallow
MIT License
209 stars 72 forks source link

Support custom "title" #177

Open multimeric opened 1 year ago

multimeric commented 1 year ago

Currently the title of each field is taken from the attribute name, but there is no mechanism to use metadata to customize the title without modifying the actual Marshmallow serialization.