Skip to content

Assert

Validate an event against a JSON Schema, based on IETF’s draft v7 (http://json-schema.org).

FieldTypeRequiredDescription
descriptionstringdescribe this step.
conditionlua-expression (string)Only run this action if the specified condition is met.
schemaassert:schemaThe JSON schema to validate an event against.
behaviourassert:behaviourWhat the job should do if it encounters a schema violation.
suppress-warningsboolean (bool)Suppress warnings generated by this action.