'Show odata opentype attributes in edm on runtime

Currently I have a OData API that allows open types to be used. But these are not visible in the EDM. Is there a way to add these dynamically added fields to the EDM?

The idea is that a customer can add the wanted open type fields to a database table. And then a user of the API can then in the EDM see the base data model and the fields added by the customer.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source