Skip to content

Commit 3cd4c36

Browse files
committed
add message_id
1 parent 59b6403 commit 3cd4c36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

edge-observations.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
$schema: https://json-schema.org/draft/2020-12/schema
2+
23
$id: https://schema.dnstapir.se/v1/core_observation
4+
35
title: DNS TAPIR CORE Observations
46
description: Schema for DNS TAPIR CORE observations going from CORE to EDGE
57
type: object
@@ -14,6 +16,9 @@ required:
1416
- timestamp
1517
- time_str
1618
properties:
19+
message_id:
20+
type: string
21+
format: uuid
1722
src_name:
1823
description: The name of the intelligence source, must match config in POP
1924
type: string

0 commit comments

Comments
 (0)