Skip to content

Commit

Permalink
Fix "missing required property: key/value"
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriachenm committed Jun 20, 2022
1 parent 67f467f commit 5095ea2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"duration": "PT10M",
"parameters": [
{
"restartWhenComplete": true
"key": "abruptShutdown",
"value": "false"
}
]
}
Expand Down Expand Up @@ -76,7 +77,8 @@
"duration": "PT10M",
"parameters": [
{
"restartWhenComplete": true
"key": "abruptShutdown",
"value": "false"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"duration": "PT10M",
"parameters": [
{
"restartWhenComplete": true
"key": "abruptShutdown",
"value": "false"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"duration": "PT10M",
"parameters": [
{
"restartWhenComplete": true
"key": "abruptShutdown",
"value": "false"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"duration": "PT10M",
"parameters": [
{
"restartWhenComplete": true
"key": "abruptShutdown",
"value": "false"
}
]
}
Expand Down

0 comments on commit 5095ea2

Please sign in to comment.