AutomationJsonParseConfig
Type: Object
Configuration for JSON Parse nodes that convert JSON strings into structured data. Supports JSONPath extraction and schema validation.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| errorHandling | String! | How to handle parsing and validation errors | ||
| inputPath | ExpressionScalar | Expression to extract specific data after JSON parsing | ||
| schema | String | Optional JSON schema for validation, if provided and the parsed value does not match the schema, the node will fail | ||
| type | String! | Node type identifier |