Document barectf 3
[barectf.git] / docs / modules / yaml / pages / common-values.adoc
1 = Common YAML values
2
3 As of barectf{nbsp}{page-component-version}, the only common values are
4 the <<byte-order,byte order>> and the <<uuid,UUID>>.
5
6 [[byte-order]]
7 == Byte order
8
9 A byte order or endianness.
10
11 Type::
12 String
13
14 Value::
15 One of:
16 `little-endian`:::
17 `little`:::
18 `le`:::
19 Little-endian byte order.
20
21 `big-endian`:::
22 `big`:::
23 `be`:::
24 Big-endian byte order.
25
26 [[uuid]]
27 == UUID
28
29 A https://en.wikipedia.org/wiki/Universally_unique_identifier[universally
30 unique identifier].
31
32 Type::
33 String
34
35 Value::
36 The canonical textual representation of the UUID, for example:
37 +
38 ----
39 79e49040-21b5-42d4-a873-677261696e65
40 ----
This page took 0.030108 seconds and 4 git commands to generate.