File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,24 @@ properties:
24
24
additionalItems : false
25
25
26
26
types :
27
- type : object
27
+ title : Types by name
28
28
description : |
29
29
A collection of types by name identifier. This field is optional and
30
30
**may** be used by compilers that wish to minimize the size of output
31
31
debugging data by de-duplicating type representations.
32
+ type : object
32
33
additionalProperties :
33
34
$ref : " schema:ethdebug/format/type"
34
35
35
36
pointers :
36
- $ref : " schema:ethdebug/format/pointer/templates"
37
+ title : Pointers by name
38
+ description : |
39
+ A collection of pointer templates by name identifier. This field is
40
+ optional and **may** be used by compilers that wish to minimize the size
41
+ of output debugging data by de-duplicating type representations.
42
+ type : object
43
+ additionalProperties :
44
+ $ref : " schema:ethdebug/format/pointer/template"
37
45
38
46
required :
39
47
- instructions
You can’t perform that action at this time.
0 commit comments