Closed sindhu-pvp closed 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>
Can someone please give me access to push a branch that fixes the same?
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.
We are trying to convert OData v4 to open api using the library and found that the
Edm.Date
type is being converted to anobject
. We also want the support forEdm.Date
.