ietf
[Top] [All Lists]

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

2014-10-23 12:54:00
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

<Prev in Thread] Current Thread [Next in Thread>