From 545af5573d20981ad3c43dd4b6cbb514c6a94ee1 Mon Sep 17 00:00:00 2001 From: David Waitzman Date: Mon, 8 Apr 2019 08:26:12 -0400 Subject: [PATCH] Allow single-string result for RDATA to be an Array. Clarify that examples do not require that multiple objects be returned by a single query. Clarify that list of rrtypes is not exhaustive. Fix various document lint. --- i-d/pdns-qof.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index c2ba8b2..43746e2 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -50,7 +50,7 @@ - +
-The JSON output are represented on multiple lines for readability but each JSON object should on a single line. +The JSON output are represented on multiple lines for readability but each JSON object should be on a single line. If you query a passive DNS for the rrname www.ietf.org, the passive dns common output format can be:
- Please note that in the examples above, any backslashes "\" can be ignored and are an artefact of the tools which produced this document. + Please note that the examples imply that a single query returns a single set of JSON objects. For example, two queries were made; one query returned a set of two JSON objects and the other query returned a set of three JSON objects. This specification requires each JSON object individually MUST conform to the common output format, but this specification does not require that a query will return a set of JSON objects. + Please note that in the examples above, any backslashes "\" can be ignored and are an artifact of the tools which produced this document.