Skip to content

Commit

Permalink
#5326 Fix the criteria definition (#5462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagpreetstamber authored and praries880 committed Apr 2, 2019
1 parent 9a6d22e commit 5101009
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,11 @@
],
"properties": {
"criteria": {
"$ref": "#/definitions/Criteria",
"description": "Severity of the alert"
"type": "array",
"items": {
"$ref": "#/definitions/Criteria"
},
"description": "Criteria of Metric"
}
},
"required": [
Expand Down

0 comments on commit 5101009

Please sign in to comment.