Q&A (please complete the following information)
Example Swagger/OpenAPI definition:
swagger: '2.0'
info:
title: test
version: 0.0.0
paths: {}
definitions:
Model1:
type: int
Describe the bug you're encountering
A misspelled type value triggers an odd error
should be array
Expected behavior
No "should be array" error.
Screenshots
