2
私はSwaggerオンラインエディタを使用しています。私は定義でいくつかのモデルを作成しますスワッガー定義からプロパティを除外する方法
Object:
type: object
properties:
id:
type: integer
format: int32
name:
type: string
some_variable_to_exclude:
type: string
これは完全なモデルであり、私は別の応答でそれを使用します。しかし、彼らのうちの1つでは、私のモデルには "some_variable_to_exclude"というプロパティはありません。どうすれば除外できますか?出来ますか ?
プロパティの近くのコメントは除外しないでください。 http://swagger.io/specification/#vendorExtensions例えば
は、闊歩-ノードに使用するコントローラを指定するx-swagger-router-controller
を使用: