diff --git a/docs/openrpc.json b/docs/openrpc.json index edbfeb727a..2baaa26c93 100644 --- a/docs/openrpc.json +++ b/docs/openrpc.json @@ -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]" } } }, @@ -1886,7 +1878,7 @@ "oneOf": [ { "title": "Any Topic Match", - "type": "null" + "type": "null" }, { "title": "Single Topic Match",