config: add configuration options
[deliverable/barectf.git] / tests / config / fail / config / version-invalid-22.yaml
1 version: '2.2'
2 metadata:
3 type-aliases:
4 uint16:
5 class: int
6 size: 16
7 trace:
8 byte-order: le
9 streams:
10 my_stream:
11 packet-context-type:
12 class: struct
13 fields:
14 packet_size: uint16
15 content_size: uint16
16 events:
17 my_event:
18 payload-type:
19 class: struct
20 fields:
21 my_field:
22 class: int
23 size: 8
This page took 0.036241 seconds and 4 git commands to generate.