mikunn / openapi-schema-to-json-schema

Converts OpenAPI Schema Object to JSON Schema
75 stars 6 forks source link

Throw on invalid type #7

Closed mikunn closed 6 years ago

mikunn commented 6 years ago

Will throw if it encounters a type other than integer, number, string, boolean, object or array.