使用 Springfox 的模式对象“title”成员

Schema Object “title” member using Springfox

我正在使用 Springfox 为 Api 编写文档,但我在使用 Dapperdox http://dapperdox.io because it requires that the optional schema object property “title” is present. http://dapperdox.io/docs/spec-resource-definitions - Is there a way to add the “title” property to a definition or a response using Springfox? title member schema definition

生成文档站点时遇到了一些问题

根据 GitHub 上 Springfox 存储库中打开并后来关闭的问题,目前无法使用 Springfox 将“标题”添加到架构 Object。这个功能应该是下一个版本的一部分!

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