OData properties can be collections of any built-in primitive or derived data type, but the gem currently only supports this for navigation properties.
We should support regular collection-valued properties as well.
Implementation Notes
Add a new property class called Collection, whose value is an array of any arbitrary property type.
Background
OData properties can be collections of any built-in primitive or derived data type, but the gem currently only supports this for navigation properties.
We should support regular collection-valued properties as well.
Implementation Notes
Add a new property class called
Collection
, whose value is an array of any arbitrary property type.