From 50cc1a600e6b78d974339a7ada99bae187a3bb61 Mon Sep 17 00:00:00 2001 From: Shanin Roman Date: Fri, 14 Jun 2024 11:54:21 +0300 Subject: [PATCH] fix: update schema.json Signed-off-by: Shanin Roman --- docs/source/references/schema.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/source/references/schema.json b/docs/source/references/schema.json index 9c66e941058..e68df6bbe2a 100644 --- a/docs/source/references/schema.json +++ b/docs/source/references/schema.json @@ -1323,7 +1323,7 @@ }, { "name": "authority", - "type": "AccountId" + "type": "FilterOpt" } ] }, @@ -1545,6 +1545,19 @@ } ] }, + "FilterOpt": { + "Enum": [ + { + "tag": "AcceptAll", + "discriminant": 0 + }, + { + "tag": "BySome", + "discriminant": 1, + "type": "AccountId" + } + ] + }, "FilterOpt": { "Enum": [ {