From f250a0377314549471600dc8d739174479fe61eb Mon Sep 17 00:00:00 2001 From: Warren Kumari Date: Sun, 2 Jun 2024 19:59:15 -0400 Subject: [PATCH] Minor grammer fixes --- i-d/pdns-qof.txt | 6 +++--- i-d/pdns-qof.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i-d/pdns-qof.txt b/i-d/pdns-qof.txt index c8bef23..e56f1df 100644 --- a/i-d/pdns-qof.txt +++ b/i-d/pdns-qof.txt @@ -256,8 +256,8 @@ Internet-Draft Passive DNS - Common Output Format April 2024 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 [RFC4627] string. If the value cannot be - interpreted, the decimal value is returned following the principle of - transparency as described in RFC 3597 [RFC3597]. Then the decimal + interpreted, the decimal value is returned, following the principle + of transparency as described in RFC 3597 [RFC3597]. Then the decimal value is represented as a JSON [RFC4627] number. The resource record type can be any values as described by IANA in the DNS parameters document in the section 'Resource Record (RR) TYPEs' @@ -287,7 +287,7 @@ Internet-Draft Passive DNS - Common Output Format April 2024 This field returns the resource records of the queried resource. When multiple resource records are returned, rdata MUST be a JSON array containing JSON strings. In the case of a single resource - record is returned, rdata MUST be a JSON string or a JSON array + record being returned, rdata MUST be a JSON string or a JSON array containing one JSON string. Each resource record is represented as a JSON [RFC4627] string. Each resource record MUST be escaped as defined in section 2.6 of RFC4627 [RFC4627]. Depending on the diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index 2a5b30c..29279a6 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -222,7 +222,7 @@ ws = *( 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. The resource record type can be any values as described by IANA in the DNS parameters document in the section 'Resource Record (RR) @@ -236,7 +236,7 @@ ws = *(
This field returns the resource records of the queried resource. When multiple resource records are returned, rdata MUST be a JSON array containing JSON strings. In the case of - a single resource record is returned, rdata MUST be a JSON string or a JSON array + a single resource record being returned, rdata MUST be a JSON string or a JSON array containing one JSON string. Each resource record is represented as a JSON string. Each resource record MUST be escaped as defined in section 2.6 of RFC4627. Depending on the rrtype, this