Advisor: Allow to retry checks for a single element (#104279)

This commit is contained in:
Andres Martinez Gotor
2025-04-24 12:00:32 +02:00
committed by GitHub
parent 10df5d6f23
commit edeff68645
16 changed files with 255 additions and 13 deletions
@@ -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",