File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 2.3 .1
1+ 2.4 .1
Original file line number Diff line number Diff line change 2020 },
2121 "rpcURL" : {
2222 "type" : " string" ,
23- "description" : " RPC endpoint URL with optional port" ,
24- "pattern" : " ^https?://[a-zA-Z0-9.-]+(:[0-9]{1,5})?$" ,
23+ "description" : " RPC endpoint URL with optional port and path " ,
24+ "pattern" : " ^https?://[a-zA-Z0-9.-]+(:[0-9]{1,5})?(/.*)? $" ,
2525 "minLength" : 1
2626 },
2727 "restURL" : {
2828 "type" : " string" ,
29- "description" : " REST API endpoint URL with optional port" ,
30- "pattern" : " ^https?://[a-zA-Z0-9.-]+(:[0-9]{1,5})?$" ,
29+ "description" : " REST API endpoint URL with optional port and path " ,
30+ "pattern" : " ^https?://[a-zA-Z0-9.-]+(:[0-9]{1,5})?(/.*)? $" ,
3131 "minLength" : 1
3232 },
3333 "explorerURL" : {
You can’t perform that action at this time.
0 commit comments