Compare commits

..

2 commits

Author SHA1 Message Date
ba37444daa
Merge pull request #32 from adulau/Minor_Grammar
Minor grammer fixes
2024-06-03 06:38:05 +02:00
Warren Kumari
f250a03773 Minor grammer fixes 2024-06-02 19:59:15 -04:00
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -222,7 +222,7 @@ ws = *(
<t>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 <xref
target="RFC4627">JSON</xref> string. If the value cannot be interpreted, the decimal
value is returned following the principle of transparency as described in <xref
value is returned, following the principle of transparency as described in <xref
target="RFC3597">RFC 3597</xref>. Then the decimal value is represented as a <xref
target="RFC4627">JSON</xref> 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 = *(
<section title="rdata">
<t>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 <xref
target="RFC4627">JSON</xref> string. Each resource record MUST be escaped as defined
in section 2.6 of <xref target="RFC4627">RFC4627</xref>. Depending on the rrtype, this