MatthiasMargot / typegen

Generate source-code types from a swagger-specification file
MIT License
1 stars 1 forks source link

Update input with new parts of the swagger spec #23

Closed MatthiasMargot closed 3 years ago

MatthiasMargot commented 3 years ago

In addition to just adding new pieces of the spec, mainly the "paths" object, I've also ran the input through swagger validation at https://editor.swagger.io/.

Some things turned out to be invalid such as:

Let's merge this now and incrementally add support for the newly added properties & fields.

Typegen still runs fine even on this input, it just doesn't do anything with the "paths" object yet.