Skip to content

Commit

Permalink
fixup! fixup! chore: update openrpc file
Browse files Browse the repository at this point in the history
Signed-off-by: Nadezhda Popova <[email protected]>
  • Loading branch information
nadezhdapopovaa committed Nov 27, 2024
1 parent 4e8adde commit 7e262fb
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docs/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,16 +943,8 @@
"result": {
"name": "The current client version.",
"schema": {
"anyOf": [
{
"type": "string",
"pattern": "relay\\/[0-9]+\\.[0-9]+\\.[0-9]+-SNAPSHOT"
},
{
"type": "string",
"pattern": "relay/[0-9]\\.[0-9]\\.[0-9]"
}
]
"type": "string",
"pattern": "^relay\\/[0-9]+\\.[0-9]+\\.[0-9](-[\\w\\-]+)?$"
}
}
},
Expand Down Expand Up @@ -1886,7 +1878,7 @@
"oneOf": [
{
"title": "Any Topic Match",
"type": "null"
"type": "null"
},
{
"title": "Single Topic Match",
Expand Down

0 comments on commit 7e262fb

Please sign in to comment.