File tree Expand file tree Collapse file tree 5 files changed +65
-0
lines changed Expand file tree Collapse file tree 5 files changed +65
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
3
+ "type" : " object" ,
4
+ "additionalProperties" : false ,
5
+ "patternProperties" : {
6
+ "^__[a-z]+__$" : true
7
+ },
8
+ "properties" : {
9
+ "env" : {
10
+ "type" : " object" ,
11
+ "properties" : {},
12
+ "additionalProperties" : true ,
13
+ "$schema" : " https://json-schema.org/draft/2020-12/schema"
14
+ },
15
+ "maps" : {
16
+ "type" : " object" ,
17
+ "properties" : {},
18
+ "additionalProperties" : true ,
19
+ "$schema" : " https://json-schema.org/draft/2020-12/schema"
20
+ },
21
+ "plugins" : {
22
+ "type" : " object" ,
23
+ "properties" : {},
24
+ "additionalProperties" : true ,
25
+ "$schema" : " https://json-schema.org/draft/2020-12/schema"
26
+ }
27
+ }
28
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
3
+ "type" : " object" ,
4
+ "additionalProperties" : false ,
5
+ "patternProperties" : {
6
+ "^__[a-z]+__$" : true
7
+ },
8
+ "properties" : {
9
+ "env" : {
10
+ "$ref" : " env.json"
11
+ },
12
+ "maps" : {
13
+ "$ref" : " maps.json"
14
+ },
15
+ "plugins" : {
16
+ "$ref" : " plugins.json"
17
+ }
18
+ }
19
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " object" ,
3
+ "properties" : {},
4
+ "additionalProperties" : true ,
5
+ "$schema" : " https://json-schema.org/draft/2020-12/schema"
6
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " object" ,
3
+ "properties" : {},
4
+ "additionalProperties" : true ,
5
+ "$schema" : " https://json-schema.org/draft/2020-12/schema"
6
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " object" ,
3
+ "properties" : {},
4
+ "additionalProperties" : true ,
5
+ "$schema" : " https://json-schema.org/draft/2020-12/schema"
6
+ }
You can’t perform that action at this time.
0 commit comments