From 9603f26fd48f428739f934e301a8635fb6b63be8 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Thu, 12 Nov 2020 15:12:13 -0600 Subject: [PATCH] Add dns.answer object into experimental schema (#1118) --- CHANGELOG.md | 1 + rfcs/text/0001/dns.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd614a6b0..e5e3bd1200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file based on the * Added `configuration` as an allowed `event.category`. #963 * Added a new directory with experimental artifacts, which includes all changes from RFCs that have reached stage 2. #993, #1053 + from RFCs that have reached stage 2. #993, #1053, #1115, #1118 #### Improvements diff --git a/rfcs/text/0001/dns.yml b/rfcs/text/0001/dns.yml index 54f9ccd69a..466859c09f 100644 --- a/rfcs/text/0001/dns.yml +++ b/rfcs/text/0001/dns.yml @@ -3,5 +3,7 @@ fields: - name: question.name type: wildcard + - name: answers + type: object - name: answers.data type: wildcard