Skip to content

Commit

Permalink
Use new data schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Aug 30, 2024
1 parent 7611fea commit 303cf1a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions schemas/bytecode/instruction.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ properties:
the offset from the start of the container, not the start of a particular
code section within that container.
oneOf:
- type: number
minimum: 0
- type: string
pattern: "^0x[0-9a-fA-F]{1,}$"
- $ref: "schema:ethdebug/format/data/unsigned"
- $ref: "schema:ethdebug/format/data/hex"

operation:
title: Machine operation information
Expand Down

0 comments on commit 303cf1a

Please sign in to comment.