From 6e41fa0f34b6fcd94af2295feb8b92e681963940 Mon Sep 17 00:00:00 2001 From: AaronK Date: Tue, 27 Apr 2021 12:22:59 +0200 Subject: [PATCH] Update pdns-qof.xml be a bit more specific on what JSON data type rrname field is. --- i-d/pdns-qof.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index 3c20fb3..d4e47f7 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -203,7 +203,7 @@ ws = *( Implementation MUST support all the mandatory fields. Uniqueness property: the tuple (rrname,rrtype,rdata) will always be unique within one answer per server. While rrname and rrtype are always individual JSON primitive types (strings, numbers, booleans or null), rdata MAY return multiple resource records or a single record. When multiple resource records are returned, rdata MUST be a JSON array. In the case of a single resource record is returned, rdata MUST be a JSON string or a JSON array containing one JSON string. Senders SHOULD send an array for rdata, but receivers MUST be able to accept a single-string result for rdata.
- This field returns the name of the queried resource. + This field returns the name of the queried resource. JSON string.
This field returns the resource record type as seen by the passive DNS. The key is rrtype and the value is in the interpreted record type represented as a JSON string. If the value cannot be interpreted, the decimal value is returned following the principle of transparency as described in RFC 3597. Then the decimal value is represented as a JSON number.