Skip to content

Commit 0d0c85e

Browse files
Add missing defaults
1 parent afd9841 commit 0d0c85e

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

tests/system_tests/plans.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,8 @@
684684
"metadata": {
685685
"additionalProperties": true,
686686
"title": "Metadata",
687-
"type": "object"
687+
"type": "object",
688+
"default": null
688689
}
689690
},
690691
"required": [
@@ -714,11 +715,13 @@
714715
},
715716
"group": {
716717
"title": "Group",
717-
"type": "string"
718+
"type": "string",
719+
"default": null
718720
},
719721
"wait": {
720722
"title": "Wait",
721-
"type": "boolean"
723+
"type": "boolean",
724+
"default": false
722725
}
723726
},
724727
"required": [
@@ -748,11 +751,13 @@
748751
},
749752
"group": {
750753
"title": "Group",
751-
"type": "string"
754+
"type": "string",
755+
"default": null
752756
},
753757
"wait": {
754758
"title": "Wait",
755-
"type": "boolean"
759+
"type": "boolean",
760+
"default": false
756761
}
757762
},
758763
"required": [
@@ -776,7 +781,8 @@
776781
},
777782
"group": {
778783
"title": "Group",
779-
"type": "string"
784+
"type": "string",
785+
"default": null
780786
}
781787
},
782788
"required": [
@@ -799,7 +805,8 @@
799805
},
800806
"group": {
801807
"title": "Group",
802-
"type": "string"
808+
"type": "string",
809+
"default": null
803810
}
804811
},
805812
"required": [
@@ -835,11 +842,13 @@
835842
"properties": {
836843
"group": {
837844
"title": "Group",
838-
"type": "string"
845+
"type": "string",
846+
"default": null
839847
},
840848
"timeout": {
841849
"title": "Timeout",
842-
"type": "number"
850+
"type": "number",
851+
"default": null
843852
}
844853
},
845854
"title": "wait",

0 commit comments

Comments
 (0)