Does not understand default in responses
kirill-konshin opened this issue · 0 comments
kirill-konshin commented
Following will be treated as string response )))
responses:
default:
description: Success
schema:
$ref: '#/definitions/GetExtensionGrantListResponse'
Following will work:
responses:
200:
description: Success
schema:
$ref: '#/definitions/GetExtensionGrantListResponse'