The following errata report has been verified 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 -------------------------------------- Status: Verified Type: Technical Reported by: Gavin Brown <gavin.br...@icann.org> Date Reported: 2024-06-12 Verified by: Orie Steele (IESG) 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. -------------------------------------- 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