-
Notifications
You must be signed in to change notification settings - Fork 472
Open
Labels
Description
The current RepresentationModel
only supports links. Since many concrete representations support sub resources, e.g.:
_embedded
in HAL / HAL Formsentities
in Sirenincluded
in JSON:API
it would be nice if this concept is supported in the generic representation model, so it could be mapped automatically if this concept is supported by a concrete representation.
HaloFour