From e56664b974a920c5d4cc2991706d97e79dbfa851 Mon Sep 17 00:00:00 2001 From: ShahakShama <70578257+ShahakShama@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:38:45 +0300 Subject: [PATCH] fix bug where all the schemas are vaild in the oneOf in TXN_RECEIPT (#150) --- api/starknet_api_openrpc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 31e4355..de2f1da 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -2704,7 +2704,8 @@ "finality_status", "execution_status", "execution_resources" - ] + ], + "additionalProperties": false }, "MSG_TO_L1": { "title": "Message to L1",