From 93cfc11db14ebf4f5a2d98349cad494a57499156 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 10 Aug 2020 16:44:36 -0400 Subject: [PATCH] v3 YAML config: require `$default-byte-order` property 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 --- barectf/schemas/3/config/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/barectf/schemas/3/config/config.yaml b/barectf/schemas/3/config/config.yaml index b211810..68f9797 100644 --- a/barectf/schemas/3/config/config.yaml +++ b/barectf/schemas/3/config/config.yaml @@ -158,6 +158,7 @@ definitions: minProperties: 1 required: - stream-types + - $default-byte-order additionalProperties: false clock-type: title: Clock type object -- 2.34.1