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
The generation of a URI/UUID will be the same if a variable is being used.
Practically this means that if we want to generate a UUID for input A, then the same UUID should be generated if for the same piece of input we exploit a variable. For example the following mappings should create the same UUID for the two mappings
Apart from creating the same value if in some cases a variable is used and in others it is not used, we should take care of the cases where two or more different variables are used for the same input (which is normal) and two or more different variables are used for the same input and a mapping for that input without a variable (this should be forbidden since it might cause inconsistencies)
The generation of a URI/UUID will be the same if a variable is being used.
Practically this means that if we want to generate a UUID for input A, then the same UUID should be generated if for the same piece of input we exploit a variable. For example the following mappings should create the same UUID for the two mappings
The text was updated successfully, but these errors were encountered: