diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-29 15:24:43 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-29 15:25:19 +0100 |
commit | 7b2cd268bffae7646d0de69da8b62f3f3972d29e (patch) | |
tree | dc8326766ef7cb2aff5dce9a0534e48ae4515037 /schema/packet_event_schema.json | |
parent | 817559ffa7ddd1c3e71c9b2b0d862c381bafd5f6 (diff) |
Updated JSON schema files and a test to make use of the UUID feature.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema/packet_event_schema.json')
-rw-r--r-- | schema/packet_event_schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json index 4395b4ab2..8f90d454d 100644 --- a/schema/packet_event_schema.json +++ b/schema/packet_event_schema.json @@ -34,6 +34,9 @@ "alias": { "type": "string" }, + "uuid": { + "type": "string" + }, "source": { "type": "string" }, |