tminglei / binder-swagger-java

A framework to bring form-binder-java to swagger
BSD 2-Clause "Simplified" License
54 stars 13 forks source link

Empty title in property spec when label not specified on field #1

Closed momania closed 7 years ago

momania commented 7 years ago

If you don't give a field a specific label, it gets an empty title property in the spec, while I don't believe the title is a required property for object properties (only for the info object).

Although it's still a good practice of course to describe all properties in an object 😁

tminglei commented 7 years ago

Well, I was wrong, that label shouldn't associate with title. I will remove it.