JSONPath Validator

JSONPath Validator

The JSONPath validator validates an incoming message based on a JSONPath expression.

In the table below, you will find an explaniation of these properties. All attributes with a '*' are mandatory.

Attribute

Description

Name*

By default, we fill this out with the technical ‘tag’, followed by a serial number. Changing the name is optional.

Enabled

Set this value to true, if you want this service to be enabled.

JSONPath Expression*

JSONPath expression that will be executed to validate the payload of the incoming messagepart.

Throw Exception

When set to true: when validation fails, send message to error-flow. When set to false: send to next step. The default is true.

MessagePart-In

Name of the MessagePart in a ConnectMessage where the content of the file is being stored.

MessagePart-Out

Name of the MessagePart to which the content should be written.

Description

Description of the specific service. This is for documentation purposes.

 

A word about validation, check the next page: Validation