在openapi 2/3中,我有一个标准错误500响应,看起来像这样:
responses:
'200':
description: Successful unlock
schema:
$ref: ../../../definitions/generic/message.yml
'500':
description: Something went wrong at our end!
很好,很容易,但是所有路径的响应都是相同的。
确保所有路径使用此错误500响应的方法是什么?