Skip to content

Commit

Permalink
Update receipt.yaml to title instead of name (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Mar 19, 2024
1 parent 199894b commit 61cc0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemas/receipt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61cc0e4

Please sign in to comment.