We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51fe8f commit 488ea2dCopy full SHA for 488ea2d
schema/registry.schema.json
@@ -39,15 +39,15 @@
39
},
40
"rpcURL": {
41
"type": "string",
42
- "format": "uri",
43
"description": "RPC endpoint URL with port",
44
- "pattern": "^https?://.*:(443|80|[0-9]{1,5})$"
+ "pattern": "^https?://[a-zA-Z0-9.-]+:(443|80|[0-9]{1,5})$",
+ "minLength": 1
45
46
"restURL": {
47
48
49
"description": "REST API endpoint URL with port",
50
51
52
"explorerURL": {
53
"$ref": "#/definitions/ExplorerURL"
0 commit comments