Fields
Sample data
The condition was run with a small schema that requires the value to be a whole number, applied to aqty field.
| Field | Value |
|---|---|
| Schema | { "type": "integer" } |
| Incoming value | Result |
|---|---|
3 | Matches |
"three" (text) | Does not match |
Checks if the data is valid according to the supplied JSON schema.
qty field.
| Field | Value |
|---|---|
| Schema | { "type": "integer" } |
| Incoming value | Result |
|---|---|
3 | Matches |
"three" (text) | Does not match |