Skip to content

A generic object allowing to define a {key:value} pair.

name

  • Type: string_t
  • Requirement: required

The name of the key.

value

  • Type: string_t
  • Requirement: optional

The value associated to the key.

values

  • Type: string_t
  • Requirement: optional

Optional, the values associated to the key. You can populate this attribute, when you have multiple values for the same key.

At least one of: value, values