File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 684684 "metadata" : {
685685 "additionalProperties" : true ,
686686 "title" : " Metadata" ,
687- "type" : " object"
687+ "type" : " object" ,
688+ "default" : null
688689 }
689690 },
690691 "required" : [
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" : [
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" : [
776781 },
777782 "group" : {
778783 "title" : " Group" ,
779- "type" : " string"
784+ "type" : " string" ,
785+ "default" : null
780786 }
781787 },
782788 "required" : [
799805 },
800806 "group" : {
801807 "title" : " Group" ,
802- "type" : " string"
808+ "type" : " string" ,
809+ "default" : null
803810 }
804811 },
805812 "required" : [
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" ,
You can’t perform that action at this time.
0 commit comments