assert
Validate an event against a JSON Schema, based on IETF's draft v7 (http://json-schema.org)
Field Name | Description | Type | Default |
---|---|---|---|
condition | Only run this action if the condition the specified condition is met | expression | - |
schema-file | Filename of the json-schema file for this action | path | - |
schema | String containing json-schema | string | - |
abort-on-failure | Abort the pipe in the event of schema validation failure | bool | false |
drop-event-on-failure | Drop the current event in case of scheme validation failure | bool | false |
no-warnings | Do not emit warnings when schema validation fails | bool | false |
condition
Only run this action if the condition the specified condition is met
Type: expression
schema-file
Filename of the json-schema file for this action
Type: path
schema
String containing json-schema
Type: string
abort-on-failure
Abort the pipe in the event of schema validation failure
Type: bool
drop-event-on-failure
Drop the current event in case of scheme validation failure
Type: bool
no-warnings
Do not emit warnings when schema validation fails
Type: bool