temando / open-api-ui

[DEPRECATED] A visualiser for Open API definitions such as Swagger.
https://github.com/temando/open-api-renderer
MIT License
2 stars 3 forks source link

Handle element without a type #31

Closed quangkhoa closed 7 years ago

quangkhoa commented 7 years ago

Currently elements without a type are ignored.

swagge schema spec does not specify that type is a mandatory field.

When a type is not specified for an element, it should be treated as string.