JayStack OData V4 Server – Type Definitions and Enums
In the brand new version of odata-v4-server (0.2.0) OData standard Type Definitions and Enums are now supported. Type Definitions are type aliases which are mapping your custom type implementations to standard OData Edm types. The best use case currently are MongoDB ObjectIDs. ...