Minimal changes

This commit is contained in:
Martino Ferrari
2026-01-24 15:33:23 +01:00
parent 0ffcecf19e
commit c9cc67f663
2 changed files with 7 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ package schema
StateMachineEvent: {
NextState!: string
NextStateError!: string
Timeout: uint32
Timeout?: uint32
[_= !~"^(Class|NextState|Timeout|NextStateError|[#_$].+)$"]: Message
...
}