使用Springfox的Schema Object“title”成员

时间:2017-12-11 18:12:39

标签: api spring-boot swagger-2.0 springfox

我正在使用Springfox为Api编写文档,我在使用Dapperdox http://dapperdox.io生成文档站点时遇到了一些问题,因为它要求存在可选的架构对象属性“title”。 http://dapperdox.io/docs/spec-resource-definitions - 有没有办法使用Springfox将“title”属性添加到定义或响应中? title member schema definition

1 个答案:

答案 0 :(得分:0)

从GitHub上的Springfox存储库中打开并稍后关闭的问题,目前无法使用Springfox将“title”添加到Schema对象中。这在功能上应该是下一个版本的一部分!

https://github.com/springfox/springfox/issues/2139