The following errata report has been submitted for RFC9083,
"JSON Responses for the Registration Data Access Protocol (RDAP)".

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid7986

--------------------------------------
Type: Technical
Reported by: Gavin Brown <gavin.br...@icann.org>

Section: 9

Original Text
-------------
The following is an elided example of an entity truncated data.

{
  "objectClassName" : "entity",
  "handle" : "ANENTITY",
  "roles" : [ "registrant" ],
  ...
  "entities" :
  [
    {
      "objectClassName" : "entity",
      "handle": "ANEMBEDDEDENTITY",
      "roles" : [ "technical" ],
      ...
    },
    ...
  ],
  "networks" :
  [
    ...
  ],
  ...
  "remarks" :
  [
    {
      "title" : "Data Policy",
      "type" : "object truncated due to unexplainable reason",
      "description" :
      [
        "Some of the data in this object has been removed."
      ],
      "links" :
      [
        {
          "value" : "https://example.net/help";,
          "rel" : "alternate",
          "type" : "text/html",
          "href" : "https://www.example.com/data_policy.html";
        }
      ]
    }
  ]
}


Corrected Text
--------------
The following is an elided example of an entity truncated data.

{
  "rdapConformance" :
  [
    "rdap_level_0"
  ],
  "objectClassName" : "entity",
  "handle" : "ANENTITY",
  "roles" : [ "registrant" ],
  ...
  "entities" :
  [
    {
      "objectClassName" : "entity",
      "handle": "ANEMBEDDEDENTITY",
      "roles" : [ "technical" ],
      ...
    },
    ...
  ],
  "networks" :
  [
    ...
  ],
  ...
  "remarks" :
  [
    {
      "title" : "Data Policy",
      "type" : "object truncated due to unexplainable reason",
      "description" :
      [
        "Some of the data in this object has been removed."
      ],
      "links" :
      [
        {
          "value" : "https://example.net/help";,
          "rel" : "alternate",
          "type" : "text/html",
          "href" : "https://www.example.com/data_policy.html";
        }
      ]
    }
  ]
}


Notes
-----
RFC 9083 4.1 states that the rdapConformance data structure MUST appear in the 
topmost JSON object of RDAP responses. The example error response provided in 
Figure 33 should include the rdapConformance property but does not.

Instructions:
-------------
This erratum is currently posted as "Reported". (If it is spam, it 
will be removed shortly by the RFC Production Center.) Please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party  
will log in to change the status and edit the report, if necessary.

--------------------------------------
RFC9083 (draft-ietf-regext-rfc7483bis-05)
--------------------------------------
Title               : JSON Responses for the Registration Data Access Protocol 
(RDAP)
Publication Date    : June 2021
Author(s)           : S. Hollenbeck, A. Newton
Category            : INTERNET STANDARD
Source              : Registration Protocols Extensions
Stream              : IETF
Verifying Party     : IESG

_______________________________________________
regext mailing list -- regext@ietf.org
To unsubscribe send an email to regext-le...@ietf.org

Reply via email to