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.
Array<anyOf [IncludesData, SubmissionCheckConfigData, CommentCheckConfigData, string]>
boolean
Use this option to override the dryRun
setting for all Actions of all Checks in this Run
boolean
Should this Run be executed by the bot?
true
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.
string
Friendly name for this Run EX "flairsRun" Can only contain letters, numbers, underscore, spaces, and dashes
^[a-zA-Z]([\w -]*[\w])?$
anyOf [PostBehaviorOptionConfig, string]
Do this behavior if a Check is NOT triggered
next
anyOf [PostBehaviorOptionConfig, string]
Do this behavior if a Check is triggered
nextRun