diff --git a/src/schemas/transaction.yaml b/src/schemas/transaction.yaml index 52a9b5928..8134fd58b 100644 --- a/src/schemas/transaction.yaml +++ b/src/schemas/transaction.yaml @@ -17,7 +17,8 @@ Transaction4844Unsigned: properties: type: title: type - $ref: '#/components/schemas/byte' + type: string + pattern: ^0x3$ nonce: title: nonce $ref: '#/components/schemas/uint' @@ -63,6 +64,9 @@ AccessListEntry: title: Access list entry type: object additionalProperties: false + required: + - address + - storageKeys properties: address: $ref: '#/components/schemas/address'