We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7611fea commit 303cf1aCopy full SHA for 303cf1a
schemas/bytecode/instruction.schema.yaml
@@ -19,10 +19,8 @@ properties:
19
the offset from the start of the container, not the start of a particular
20
code section within that container.
21
oneOf:
22
- - type: number
23
- minimum: 0
24
- - type: string
25
- pattern: "^0x[0-9a-fA-F]{1,}$"
+ - $ref: "schema:ethdebug/format/data/unsigned"
+ - $ref: "schema:ethdebug/format/data/hex"
26
27
operation:
28
title: Machine operation information
0 commit comments