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 ... } }