From 8b14fdbee179f3fb7ec067242fb789c1e16e0d81 Mon Sep 17 00:00:00 2001 From: Ania Kacewicz Date: Tue, 5 Dec 2023 09:53:11 -0500 Subject: [PATCH] Demote class and type within dns_query/dns_answer to be recommended Signed-off-by: Ania Kacewicz --- objects/_dns.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/_dns.json b/objects/_dns.json index 8dda64ac4..fd8a834ee 100644 --- a/objects/_dns.json +++ b/objects/_dns.json @@ -7,7 +7,7 @@ "class": { "description": "The class of resource records being queried. See RFC1035. For example: IN.", "caption": "Resource Record Class", - "requirement": "required" + "requirement": "recommended" }, "packet_uid": { "description": "The DNS packet identifier assigned by the program that generated the query. The identifier is copied to the response.", @@ -16,7 +16,7 @@ "type": { "description": "The type of resource records being queried. See RFC1035. For example: A, AAAA, CNAME, MX, and NS.", "caption": "Resource Record Type", - "requirement": "required" + "requirement": "recommended" } } }