Root definitions

RunConfigData

Permalink

Properties

authorIs

anyOf [Array<anyOf [AuthorCriteria, NamedCriteria<AuthorCriteria>, string]>, FilterOptionsJson<AuthorCriteria>]

If present then these Author criteria are checked before running the Check. If criteria fails then the Check will fail.

checks Required

Array<anyOf [IncludesData, SubmissionCheckConfigData, CommentCheckConfigData, string]>

dryRun

boolean

Use this option to override the dryRun setting for all Actions of all Checks in this Run

enable

boolean

Should this Run be executed by the bot?

Default: true
filterCriteriaDefaults

FilterCriteriaDefaultsJson

itemIs

anyOf [Array<anyOf [SubmissionState, CommentState, NamedCriteria<TypedActivityState>, string]>, FilterOptionsJson<TypedActivityState>]

A list of criteria to test the state of the Activity against before running the check.

If any set of criteria passes the Check will be run. If the criteria fails then the Check will fail.

  • @examples [[{"over_18": true, "removed': false}]]
name

string

Friendly name for this Run EX "flairsRun" Can only contain letters, numbers, underscore, spaces, and dashes

Pattern: ^[a-zA-Z]([\w -]*[\w])?$
postFail

anyOf [PostBehaviorOptionConfig, string]

Do this behavior if a Check is NOT triggered

Default: next
postTrigger

anyOf [PostBehaviorOptionConfig, string]

Do this behavior if a Check is triggered

Default: nextRun
Loading...

Editor and Validator