forked from ruby-odata/odata
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Background
OData allows for custom type definitions similar to C/C++ (effectively aliasing one of the built-in primitive types to a new name).
Some services may make use of this feature.
Implementation Notes
This should be relatively simple to implement, basically, all it takes is parsing all the <TypeDefinition> elements in a schema and registering them to the PropertyRegistry with the correct implementation.