elasticio / odata2openapi

OData to OpenAPI Converter
https://www.elastic.io
MIT License
33 stars 23 forks source link

Support for Edm.Date for OData v4 #38

Closed sindhu-pvp closed 5 years ago

sindhu-pvp commented 5 years ago

We are trying to convert OData v4 to open api using the library and found that the Edm.Date type is being converted to an object. We also want the support for Edm.Date.

sindhu-pvp commented 5 years ago

To be very precise; when we try to convert a field of type Edm.Date the parsed output is of type: <type>object</type> whereas the expected output should be of the form <type>string</type> <format>date</format>

sindhu-pvp commented 5 years ago

Can someone please give me access to push a branch that fixes the same?

jhorbulyk commented 5 years ago

Can someone please give me access to push a branch that fixes the same?

No. You need to either create your own fork and open a Pull Request from your fork or create a Pull Request from a patch file. We will also require you to sign our contributor license agreement (CLA) before we can accept your change.