Following NXP-22421 that added database-level integrity constraints for unique names of children in their parents (and similarly for complex properties), we also want to add uniqueness constraints to list elements to avoid incorrect concurrent additions.
The idea would be to automatically add unique indexes such as:
CREATE UNIQUE INDEX ON dc_contributors (id, pos);
on all tables corresponding to lists.