github.com/cs3org/reva/v2@v2.27.7/changelog/1.9.0_2021-06-23/change-references.md (about) 1 Change: absolute and relative references 2 3 We unified the `Reference_Id` end `Reference_Path` types to a combined `Reference` that contains both: 4 - a `resource_id` property that can identify a node using a `storage_id` and an `opaque_id` 5 - a `path` property that can be used to represent absolute paths as well as paths relative to the id based properties. 6 While this is a breaking change it allows passing both: absolute as well as relative references. 7 8 https://github.com/cs3org/reva/pull/1721