在Swagger UI中使用相同架构的多个错误代码

时间:2019-02-07 15:47:27

标签: swagger-ui swagger-3.0

我有一个特定状态代码的架构,希望在多个响应中使用。 对于相同的状态代码,我们可能会有多个错误消息,并且在每个响应中可能会有所不同。

ErrorCode: type: object properties: error_code: type: integer description: error code message: type: string example: No Authorization description: type: string example: "You aren't allowed"

我想为每个回复提供多个示例。 例如: examples: 1: error_code: 1 message: random 1 description: description 1 2: error_code: 2 message: random msg 2 description: description 2

0 个答案:

没有答案