Я нашел похожий вопрос , но я все еще не понимаю, как сделать то же самое, но для ответа только одного файла.
У меня есть следующее определение:
paths:
/some/path:
get:
responses:
200:
$ref: '#components/responses/File
components:
responses:
File:
desciption: Content for requested file
schema:
type: string
format: binary
headers:
Content-Disposition:
type: string
description: attachment
это правильно?