scalar / openapi-parser

Modern OpenAPI parser written in TypeScript
MIT License
34 stars 1 forks source link

add loose types #67

Closed hanspagel closed 3 months ago

hanspagel commented 4 months ago

Currently, we have pretty strict types. Which is good in theory.

But we need a variant of the OpenAPI types, that are really loose (where everything is optional). Because people just have all sorts of specifications and we need to be able to work with all of them.