v3 YAML config: require `$default-byte-order` property
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 10 Aug 2020 20:44:36 +0000 (16:44 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 10 Aug 2020 20:44:36 +0000 (16:44 -0400)
CTF 1.8 consumers require the `trace` block's `byte_order` property, so
let's require it in barectf too for the moment.

We can relax this requirement later if possible.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/schemas/3/config/config.yaml

index b2118109d6d227a716168aca6d97b9ed32f37dd9..68f97976020ad5256682320bea8a93e76b64ebfc 100644 (file)
@@ -158,6 +158,7 @@ definitions:
         minProperties: 1
     required:
       - stream-types
+      - $default-byte-order
     additionalProperties: false
   clock-type:
     title: Clock type object
This page took 0.025067 seconds and 4 git commands to generate.