openapi-contrib / openapi-schema-to-json-schema

Due to the OpenAPI v3.0 and JSON Schema discrepancy, you can use this JS library to convert OpenAPI Schema objects to proper JSON Schema.
https://www.npmjs.com/package/@openapi-contrib/openapi-schema-to-json-schema
MIT License
242 stars 20 forks source link

General optimizations #4

Closed ozonep closed 4 years ago

ozonep commented 4 years ago

Removed redundant variables, replaced vars with let/const for predictability of scope and purpose of variable, general readability improvements here and there.

(also includes fixes from my previous pull request)