title: CorrelationId
type: string
pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$'
description: >-
  Identifier that correlates all messages of the same sequence. The API data
  type UUID (Universally Unique Identifier) is a JSON String in canonical
  format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is
  restricted by a regular expression for interoperability reasons. A UUID is
  always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
example: 'b51ec534-ee48-4575-b6a9-ead2955b8069'
