Как добавить поле загрузки файла в Swagger
Я пытаюсь указать файл ввода в чванство.
ImportUser:
properties:
user_type_id:
description: ID of the related user type
type: integer
format: int32
example: '1'
nullable: false
csv_file:
description: CSV file
type: **file**
skip_first_row:
description: Identify whether first row should be skipped
type: string
format: unique
maxLength: 100
minLength: 1
example: '1'
nullable: false
type: object
Кнопка загрузки файла отображается в редакторе, но я получаю следующую ошибку:
Структурная ошибка в component.schemas.ImportOperatorDevice.properties.csv_file.type должна быть равна одному из допустимых значений allowValues: массив, логическое значение, целое число, число, объект, строка