django-rest-swagger icon indicating copy to clipboard operation
django-rest-swagger copied to clipboard

version should not be empty string

Open NN--- opened this issue 5 years ago • 0 comments

{"swagger": "2.0", "info": {"title": "My great API", "version": ""}, "paths": {}}.

How do I specify version ? Some tools like AutoRest don't like empty version.

NN--- avatar Jul 18 '18 14:07 NN---