Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2257,15 +2257,15 @@
"$ref": "#/definitions/ActionRuleProperties"
},
{
"type": "object"
}
],
"properties": {
"suppressionConfig": {
"description": "suppression configuration for the action rule",
"$ref": "#/definitions/SuppressionConfig"
"type": "object",
"properties": {
"suppressionConfig": {
"description": "suppression configuration for the action rule",
"$ref": "#/definitions/SuppressionConfig"
}
}
}
}
]
},
"ActionGroup": {
"title": "Action Group based Action Rule",
Expand All @@ -2278,15 +2278,15 @@
"$ref": "#/definitions/ActionRuleProperties"
},
{
"type": "object"
}
],
"properties": {
"actionGroupId": {
"type": "string",
"description": "Action group to trigger if action rule matches"
"type": "object",
"properties": {
"actionGroupId": {
"type": "string",
"description": "Action group to trigger if action rule matches"
}
}
}
}
]
},
"Diagnostics": {
"title": "Diagnostics based Action Rule",
Expand Down