Skip to content

Commit 317303e

Browse files
committed
schema was updated
1 parent 0cd14cf commit 317303e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.4.1

schema/chain-asset.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
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": {

0 commit comments

Comments
 (0)