From d674178d6decf2ebf454ddb51f947579957043b4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 2 Feb 2014 07:35:21 +0100 Subject: [PATCH] rdata type clarification array Multiple resource records -> JSON array Single resource record -> JSON string --- 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 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.