Check client object structure rule

See also: Custom client object structure

Value resolver – Abstract

Purpose: Checks whether the content of the incoming value matches the configured structure. Basically 4 modes are supported:

Mode

Function

Verify only

The structure is only checked and all findings are collected. No type conversions are saved in the structure.

Update casted values

The structure is checked and the values are converted to the target type if possible. For example, the name of an enumeration is also converted into the enumeration value.

The converted values are written back to the client object so that they can be used safely in event handling.

Simplify

For example, dynamic enumeration values are simplified again by only writing the string back to the client object. This is useful, for example, for responses from a Rest API.

Skip verify

Nothing is checked here, but the defined fields are then available for selection in the event handling to make configuration easier.

The rule returns true if there are no findings.

images/download/attachments/159866126/image-2023-11-22_13-32-42-version-1-modificationdate-1700656333228-api-v2.png