diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index cc20183..79d79b0 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -193,7 +193,7 @@ CR = %x0D
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 be an array as defined in JSON. Implementors of this draft MUST be able to deal with rdata being returned as JSON array or alternatively as a JSON string. + 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.
This field returns the name of the queried resource.