barectf.c.j2: use single return points
[deliverable/barectf.git] / barectf / schemas / 2 / config / metadata-pre-include.yaml
index 863f2bd2ce8cee2c0cf41c4b8b916e2e2dfb1b14..679973a66447e74e09a45d4f42fffe4ff63a8299 100644 (file)
@@ -29,16 +29,16 @@ properties:
   $include:
     $ref: https://barectf.org/schemas/2/config/include-prop.json
   clocks:
-    title: Clocks object before inclusions
+    title: Clock types object before inclusions
     type: object
     patternProperties:
-      '':
-        $ref: https://barectf.org/schemas/2/config/clock-pre-include.json
+      '.*':
+        $ref: https://barectf.org/schemas/2/config/clock-type-pre-include.json
   trace:
-    $ref: https://barectf.org/schemas/2/config/trace-pre-include.json
+    $ref: https://barectf.org/schemas/2/config/trace-type-pre-include.json
   streams:
-    title: Streams object before inclusions
+    title: Stream types object before inclusions
     type: object
     patternProperties:
-      '':
-        $ref: https://barectf.org/schemas/2/config/stream-pre-include.json
+      '.*':
+        $ref: https://barectf.org/schemas/2/config/stream-type-pre-include.json
This page took 0.023797 seconds and 4 git commands to generate.