Hello,
it seems as if the odata-openapi is omitting properties when constructing the bodies for post-endpoints.
I thought I made a mistake, but the issue also persists in the linked TripPin swagger ui:
https://petstore.swagger.io/?url=https://raw.githubusercontent.com/oasis-tcs/odata-openapi/main/examples/TripPin.openapi3.json#/Airlines/post_Airlines
Request-body should have Name and AirlineCode, but only Name is generated in the openapi json-file.

Hello,
it seems as if the odata-openapi is omitting properties when constructing the bodies for post-endpoints.
I thought I made a mistake, but the issue also persists in the linked TripPin swagger ui:
https://petstore.swagger.io/?url=https://raw.githubusercontent.com/oasis-tcs/odata-openapi/main/examples/TripPin.openapi3.json#/Airlines/post_Airlines
Request-body should have Name and AirlineCode, but only Name is generated in the openapi json-file.