bSDD tech updates

Subject: Latest version URL

Description In bSDD, all resources get a unique identifier - URI. The URI, among other information, contains codes of the organisation, the dictionary and the version number, for example: …/uri/bs-agri/fruitvegs/1.0.0/class/fruit

If you want to reference specific resources but are not sure of the version or want to always point to the most recent version, we implemented the “latest” feature. Now, it is possible to use “latest” instead of a version number, and bSDD will resolve the link to the latest active or preview version:
…/uri/bs-agri/fruitvegs/latest/class/fruit

Try it out:

:warning: The “latest” points to the most recent resource, meaning that it will change once a new version is present. Use with caution as it is not an immutable URI, and the content can change. For contractual agreements, we suggest using specific version numbers.

Reason for change: Sometimes users want to reference the most recent resource in other dictionaries. This prevents the need to update all relations manually.

What is affected: Additional feature. Changes page navigation and documentation.

When: :white_check_mark: Already implemented.

Transition plan: This extends bSDD functionalities, without limiting existing ones.