2019-11-13 15:37:31 +00:00
|
|
|
{
|
2020-04-15 16:41:18 +00:00
|
|
|
"title": "Demo",
|
2022-07-20 12:46:06 +00:00
|
|
|
"issues": {
|
|
|
|
"out_of_blinker_fluid": {
|
|
|
|
"title": "The blinker fluid is empty and needs to be refilled",
|
|
|
|
"fix_flow": {
|
|
|
|
"step": {
|
|
|
|
"confirm": {
|
|
|
|
"title": "Blinker fluid needs to be refilled",
|
|
|
|
"description": "Press OK when blinker fluid has been refilled"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"transmogrifier_deprecated": {
|
|
|
|
"title": "The transmogrifier component is deprecated",
|
|
|
|
"description": "The transmogrifier component is now deprecated due to the lack of local control available in the new API"
|
|
|
|
},
|
|
|
|
"unfixable_problem": {
|
|
|
|
"title": "This is not a fixable problem",
|
|
|
|
"description": "This issue is never going to give up."
|
|
|
|
}
|
|
|
|
},
|
2020-02-17 22:10:44 +00:00
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {}
|
|
|
|
},
|
|
|
|
"options_1": {
|
|
|
|
"data": {
|
2020-07-07 03:04:35 +00:00
|
|
|
"constant": "Constant",
|
2020-02-17 22:10:44 +00:00
|
|
|
"bool": "Optional boolean",
|
|
|
|
"int": "Numeric input"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options_2": {
|
|
|
|
"data": {
|
|
|
|
"string": "String value",
|
|
|
|
"select": "Select an option",
|
|
|
|
"multi": "Multiselect"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-11-13 15:37:31 +00:00
|
|
|
}
|
|
|
|
}
|