DapperDox / dapperdox

Beautiful, integrated, OpenAPI documentation.
http://dapperdox.io
GNU General Public License v3.0
409 stars 59 forks source link

Ability to handle deprecated fields in swagger2.0 spec #100

Open Mathsh opened 5 years ago

Mathsh commented 5 years ago

Swagger 2.0 allows the use of deprecated:true on fields. However dapperdox does not currently display this. Possible solution to add deprecated to the additional column or place a line through the field in question

please see link to swagger annotations

https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Annotations