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 | |
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')
-rw-r--r-- | schema/daemon_event_schema.json | 3 | ||||
-rw-r--r-- | schema/error_event_schema.json | 3 | ||||
-rw-r--r-- | schema/flow_event_schema.json | 3 | ||||
-rw-r--r-- | schema/packet_event_schema.json | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json index 3ac32156e..1aa902094 100644 --- a/schema/daemon_event_schema.json +++ b/schema/daemon_event_schema.json @@ -27,6 +27,9 @@ "alias": { "type": "string" }, + "uuid": { + "type": "string" + }, "source": { "type": "string" }, diff --git a/schema/error_event_schema.json b/schema/error_event_schema.json index 41012f39c..e638b0242 100644 --- a/schema/error_event_schema.json +++ b/schema/error_event_schema.json @@ -74,6 +74,9 @@ "alias": { "type": "string" }, + "uuid": { + "type": "string" + }, "source": { "type": "string" }, diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json index b54a93a47..e9af54b3b 100644 --- a/schema/flow_event_schema.json +++ b/schema/flow_event_schema.json @@ -62,6 +62,9 @@ "alias": { "type": "string" }, + "uuid": { + "type": "string" + }, "source": { "type": "string" }, 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" }, |