1. Handlebars Helpers
  2. Deterministic UUID

Handlebars Helpers

Deterministic UUID

Returns a deterministic UUID

Overview

The deterministicuuid helper generates a deterministic UUID based on the input string.
The input string can contain a set of strings that together are unique to a certain context.
The helper will always return the same UUID for the same input string.
This allows you to uniquely identify a set of data.

Uses

  • Use to generate a unique id for a heimdall registration
  • Use to prevent duplicate sets of data creating multiple stubs

Usage

Example definition:

loading...

Substituted definition

loading...