Hi,
we are trying to generate typescript from swagger-ui but get validation errors when running it in https://validator.swagger.io
The error are
“attribute paths.’/bookings/{id}’(put).[Resources].schema is unexpected”
We understand the issue is because of it’s both adding form-data and body parameters from the DTOS.
Can we somehow turn of so it doesnt show the formdata properties in the swagger-ui?
Or something else to be able to add the properties.
We can’t turn of the body generator as we want that, only want to remove form-data.
Regards Kristian