Determines which formula is used to determine if a change is considered breaking or not. Only one formula can be used at a time.
List of client names that are be excluded from the breaking change detection.
If TargetValidationSettings.breakingChangeFormula is PERCENTAGE, then this is the percent of the total operations over the TargetValidationSettings.period required for a change to be considered breaking.
The period in days. Operations of the last x days will be used for the conditional breaking change detection.
If TargetValidationSettings.breakingChangeFormula is REQUEST_COUNT, then this is the total number of operations over the TargetValidationSettings.period required for a change to be considered breaking.
List of target within the same project, whose operations are used for the breaking change detection.