Digital-Tvilling / node-red-openapi-generator

A set of tools for generating OpenAPI documentation based on the HTTP nodes deployed in a flow
Apache License 2.0
1 stars 4 forks source link

Issue with body vs request-body handling between spec 2 and 3 of OpenAPI #5

Closed fasblom closed 2 months ago

fasblom commented 2 months ago

This packages does not correctly handle the new RequestBody structure of OpenAPI3 but follows the old OpenAPI2 structure of handling it in the body.

fasblom commented 2 months ago

Fixed in PR #6