From d1d1fa42fc55c66e0277a41fd0a0c25679c2f1ca Mon Sep 17 00:00:00 2001 From: Nadezhda Popova Date: Wed, 27 Nov 2024 10:43:41 +0200 Subject: [PATCH] fixup! fixup! chore: update openrpc file Signed-off-by: Nadezhda Popova --- docs/openrpc.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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",