File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "type" : " object" ,
77 "properties" : {
88 "description" : {"type" : " string" , "default" : " " },
9- "url" : {"type" : " string" }
9+ "url" : {"type" : " string" },
10+ "access_pair" : {
11+ "type" : " array" ,
12+ "items" : { "type" : " string" },
13+ "minItems" : 2 ,
14+ "maxItems" : 2
15+ },
16+ "endpoint_url" : {"type" : " string" }
1017 },
1118 "additionalProperties" : false ,
1219 "required" : [" url" ]
2936 "cmdline" : {
3037 "type" : " boolean" ,
3138 "default" : false
32- }
39+ },
40+ "access_pair" : {
41+ "type" : " array" ,
42+ "items" : { "type" : " string" },
43+ "minItems" : 2 ,
44+ "maxItems" : 2
45+ },
46+ "endpoint_url" : {"type" : " string" }
3347 },
3448 "additionalProperties" : false ,
3549 "required" : [" url" ]
4155 "type" : " object" ,
4256 "properties" : {
4357 "description" : {"type" : " string" , "default" : " " },
44- "url" : {"type" : " string" }
58+ "url" : {"type" : " string" },
59+ "access_pair" : {
60+ "type" : " array" ,
61+ "items" : { "type" : " string" },
62+ "minItems" : 2 ,
63+ "maxItems" : 2
64+ },
65+ "endpoint_url" : {"type" : " string" }
4566 },
4667 "additionalProperties" : false ,
4768 "required" : [" url" ]
You can’t perform that action at this time.
0 commit comments