File tree Expand file tree Collapse file tree 6 files changed +36
-12
lines changed Expand file tree Collapse file tree 6 files changed +36
-12
lines changed Original file line number Diff line number Diff line change 6
6
"properties" : {
7
7
"name" : {
8
8
"description" : " The name of the action." ,
9
- "type" : " string"
9
+ "type" : " string" ,
10
+ "$default" : {
11
+ "$source" : " argv" ,
12
+ "index" : 0
13
+ }
10
14
},
11
15
"path" : {
12
16
"type" : " string" ,
31
35
"aliases" : [" g" ]
32
36
}
33
37
},
34
- "required" : [" name " ]
38
+ "required" : []
35
39
}
Original file line number Diff line number Diff line change 6
6
"properties" : {
7
7
"name" : {
8
8
"description" : " The name of the effect." ,
9
- "type" : " string"
9
+ "type" : " string" ,
10
+ "$default" : {
11
+ "$source" : " argv" ,
12
+ "index" : 0
13
+ }
10
14
},
11
15
"path" : {
12
16
"type" : " string" ,
49
53
"aliases" : [" g" ]
50
54
}
51
55
},
52
- "required" : [" name " ]
56
+ "required" : []
53
57
}
Original file line number Diff line number Diff line change 6
6
"properties" : {
7
7
"name" : {
8
8
"description" : " The name of the entity." ,
9
- "type" : " string"
9
+ "type" : " string" ,
10
+ "$default" : {
11
+ "$source" : " argv" ,
12
+ "index" : 0
13
+ }
10
14
},
11
15
"path" : {
12
16
"type" : " string" ,
42
46
"aliases" : [" g" ]
43
47
}
44
48
},
45
- "required" : [" name " ]
49
+ "required" : []
46
50
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"name" : {
14
14
"description" : " The name of the feature." ,
15
- "type" : " string"
15
+ "type" : " string" ,
16
+ "$default" : {
17
+ "$source" : " argv" ,
18
+ "index" : 0
19
+ }
16
20
},
17
21
"flat" : {
18
22
"type" : " boolean" ,
42
46
"aliases" : [" g" ]
43
47
}
44
48
},
45
- "required" : [" name " ]
49
+ "required" : []
46
50
}
Original file line number Diff line number Diff line change 6
6
"properties" : {
7
7
"name" : {
8
8
"description" : " The name of the reducer." ,
9
- "type" : " string"
9
+ "type" : " string" ,
10
+ "$default" : {
11
+ "$source" : " argv" ,
12
+ "index" : 0
13
+ }
10
14
},
11
15
"path" : {
12
16
"type" : " string" ,
46
50
"aliases" : [" g" ]
47
51
}
48
52
},
49
- "required" : [" name " ]
53
+ "required" : []
50
54
}
Original file line number Diff line number Diff line change 6
6
"properties" : {
7
7
"name" : {
8
8
"description" : " The name of the state." ,
9
- "type" : " string"
9
+ "type" : " string" ,
10
+ "$default" : {
11
+ "$source" : " argv" ,
12
+ "index" : 0
13
+ }
10
14
},
11
15
"path" : {
12
16
"type" : " string" ,
47
51
"alias" : " si"
48
52
}
49
53
},
50
- "required" : [" name " ]
54
+ "required" : []
51
55
}
You can’t perform that action at this time.
0 commit comments