From e0019882279fd0e04808406cf051e6cc9f519572 Mon Sep 17 00:00:00 2001 From: Shane Date: Thu, 14 Mar 2024 11:48:52 -0700 Subject: [PATCH] Update receipt.yaml to title instead of name --- src/schemas/receipt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/receipt.yaml b/src/schemas/receipt.yaml index eb7b8ced5..68261104b 100644 --- a/src/schemas/receipt.yaml +++ b/src/schemas/receipt.yaml @@ -93,8 +93,8 @@ ReceiptInfo: description: The contract address created, if the transaction was a contract creation, otherwise null. oneOf: - $ref: '#/components/schemas/address' - - name: Null - type: "null" + - title: 'Null' + type: 'null' logs: title: logs type: array