I created my rest-ful api endpoint documentation on Swagger hub/Swagger editor. I have python-sanic based restful api endpoints. I'm generate and run python-flask server but I received error message.
Uncaught TypeError: Swagger 2.0 does not support null types ([object Object]).
I have investigated this problem but have not found a result for the solution.

type: nullsomewhere in the spec? In that case, the error message is correct - OpenAPI/Swagger 2.0 does not support nulls.