Advisor: Allow to retry checks for a single element (#104279)
This commit is contained in:
committed by
GitHub
parent
10df5d6f23
commit
edeff68645
@@ -1825,6 +1825,7 @@
|
||||
"severity",
|
||||
"stepID",
|
||||
"item",
|
||||
"itemID",
|
||||
"links"
|
||||
],
|
||||
"properties": {
|
||||
@@ -1833,6 +1834,11 @@
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"itemID": {
|
||||
"description": "ID of the item that failed",
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"links": {
|
||||
"description": "Links to actions that can be taken to resolve the failure",
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user