Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Any attribute marked "uuid" requires a valid Universally Unique Identifier conforming to version 4 (SHA1 generated, random hash) of the UUID spec. Many languages support the generation of these. It is important to use version 4 to minimise the risk of collisions.

Info

Not sure how to generate a UUID or just want someone else to do it for you? Try out: https://www.uuidgenerator.net/version4 for examples.

A UUID will look like the following when represented as a hexa-decimal hexadecimal string:

Code Block
3a6ce610-87b6-4cc1-80f7-b63be7157355

...