Re: [weirds] Last Call: <draft-ietf-weirds-json-response-10.txt> (JSON Responses for the Registration Data Access Protocol (RDAP)) to Proposed Standard

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Here is also a minor nit.  I thinks we need an "objectClassName"
element in each result object of the following "domainSearchResults"
example in Section 8:

OLD
         ...
         "domainSearchResults" :
         [
           {
             "handle" : "1-XXXX",
             "ldhName" : "1.example.com",
             ...
           },
           {
             "handle" : "2-XXXX",
             "ldhName" : "2.example.com",
             ...
           }
         ]

NEW
         ...
         "domainSearchResults" :
         [
           {
             "objectClassName" : "domain",
             "handle" : "1-XXXX",
             "ldhName" : "1.example.com",
             ...
           },
           {
             "objectClassName" : "domain",
             "handle" : "2-XXXX",
             "ldhName" : "2.example.com",
             ...
           }
         ]

Regards,
Naoki Kambe





[Index of Archives]     [IETF Annoucements]     [IETF]     [IP Storage]     [Yosemite News]     [Linux SCTP]     [Linux Newbies]     [Fedora Users]