File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
"properties" : {
8
8
"additional_urls" : {
9
9
"description" : " the URLs to any additional Boards Manager package index files needed for your boards platforms." ,
10
- "type" : " string"
10
+ "type" : " array" ,
11
+ "items" : {
12
+ "type" : " string"
13
+ }
11
14
}
12
15
},
13
16
"type" : " object"
35
38
"properties" : {
36
39
"port" : {
37
40
"description" : " TCP port used for gRPC client connections." ,
38
- "type" : " number" ,
39
- "format" : " integer" ,
40
- "minimum" : 0
41
+ "type" : " string" ,
42
+ "pattern" : " ^[0-9]+$"
41
43
}
42
44
},
43
45
"type" : " object"
107
109
"properties" : {
108
110
"addr" : {
109
111
"description" : " TCP port used for metrics communication." ,
110
- "type" : " number" ,
111
- "format" : " integer" ,
112
- "minimum" : 0
112
+ "type" : " string"
113
113
},
114
114
"enabled" : {
115
115
"description" : " controls the use of metrics." ,
You can’t perform that action at this time.
0 commit comments