From b45eefc031f34bcaae9613e61209e1de7db7164d Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Fri, 6 Feb 2026 14:58:24 +0100 Subject: [PATCH] updated schema --- .marte_schema.cue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.marte_schema.cue b/.marte_schema.cue index 77032da..f088f15 100644 --- a/.marte_schema.cue +++ b/.marte_schema.cue @@ -56,9 +56,9 @@ package schema } OutputSignals: { [_]: { - Default!: uint32 - Value!: uint32 - Type!: string + DefaultValue!: uint32 + Value!: uint32 + Type!: string ... } } @@ -73,6 +73,7 @@ package schema [_]: { Value!: number Comparator!: "EQUALS" | "GREATER" | "LESS" | "EQUALS_OR_GREATER" | "EQUALS_OR_LESS" | "NOT" + Type!: string ... } }