Open e0ipso opened 9 years ago
The curies should contain the name of the public field.
Imagine that a content type has 2 taxonomy term fields, and we are requesting an entity that has 2 terms on each field.
The current result is that we have an array of 4 items in the '_embedded' in the HAL response.
'_embedded'
The desired result is that we have 2 arrays of 2 items in the '_embedded' in the HAL response, and we can know which array corresponds to which field.
This is blocked until #319 is merged.
The curies should contain the name of the public field.
Scenario
Imagine that a content type has 2 taxonomy term fields, and we are requesting an entity that has 2 terms on each field.
Current
The current result is that we have an array of 4 items in the
'_embedded'
in the HAL response.Desired
The desired result is that we have 2 arrays of 2 items in the
'_embedded'
in the HAL response, and we can know which array corresponds to which field.