From 16183d8beadcfdaa31597b24a7c7b5a3d28bdb6c Mon Sep 17 00:00:00 2001 From: Shane Date: Tue, 23 Apr 2024 12:49:05 -0700 Subject: [PATCH] remove unevaluatedProperties getting this error when using this schema and ajv. `unevaluatedProperties` is part of json schema 2019, we shouldn't use it in an [OpenRPC document since it uses JSON Schema 07](https://spec.open-rpc.org/#meta-json-schema) `strict mode: unknown keyword: "unevaluatedProperties"` --- src/schemas/transaction.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/schemas/transaction.yaml b/src/schemas/transaction.yaml index 52a9b5928..cb0974b86 100644 --- a/src/schemas/transaction.yaml +++ b/src/schemas/transaction.yaml @@ -337,7 +337,6 @@ TransactionInfo: - from - hash - transactionIndex - unevaluatedProperties: false properties: blockHash: title: block hash