假设我们有一个类型Book声明为
type: object
properties:
bookId:
type: StringId
description: Book identifier和一个类型StringId
type: string
description: UTF-8 string, max length 256 characters有没有办法在Book和StringId中合并来自bookId的描述,以获得像这样呈现的bookId的最终描述
Book identifier
UTF-8 string, max length 256 characters我正在使用raml2html工具进行渲染
提前感谢!
发布于 2020-08-07 14:41:20
看起来到目前为止还不太可能,让我们看看是否可以为该https://github.com/raml2html/raml2html/issues/425扩展raml2html
https://stackoverflow.com/questions/63283212
复制相似问题