You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we cannot decide which one is the correct field we should raise an error.
The user is responsible of generating the list of entities in the @reverse property
Acceptance criterias:
The instanciation of a Reverse instance should throw an IllegalArgumentException when a property is found twice in the list of properties passed as parameters
The Reverse model still can only holds a list of tuple: properties to JsonLD. The JsonLD can be an array of JsonLDEntities or a single JsonLDEntity. If the JsonLD is anything else; the Reverse instanciation should still throw an IllegalArgumentException
The text was updated successfully, but these errors were encountered:
jachro
transferred this issue from SwissDataScienceCenter/renku-graph
Nov 17, 2021
The Reverse model takes a list of properties as in put, this list should not contain twice the same property.
e.g.
As we cannot decide which one is the correct field we should raise an error.
The user is responsible of generating the list of entities in the
@reverse
propertyAcceptance criterias:
The text was updated successfully, but these errors were encountered: