We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b6403 commit 3cd4c36Copy full SHA for 3cd4c36
edge-observations.yaml
@@ -1,5 +1,7 @@
1
$schema: https://json-schema.org/draft/2020-12/schema
2
+
3
$id: https://schema.dnstapir.se/v1/core_observation
4
5
title: DNS TAPIR CORE Observations
6
description: Schema for DNS TAPIR CORE observations going from CORE to EDGE
7
type: object
@@ -14,6 +16,9 @@ required:
14
16
- timestamp
15
17
- time_str
18
properties:
19
+ message_id:
20
+ type: string
21
+ format: uuid
22
src_name:
23
description: The name of the intelligence source, must match config in POP
24
type: string
0 commit comments