RFC Errata
RFC 8521, "Registration Data Access Protocol (RDAP) Object Tagging", November 2018
Source of RFC: regext (art)See Also: RFC 8521 w/ inline errata
Errata ID: 6310
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Scott Hollenbeck
Date Reported: 2020-10-19
Verifier Name: Orie Steele
Date Verified: 2024-11-15
Section 4 says:
RDAP responses that contain values described in this document MUST
indicate conformance with this specification by including an
rdapConformance [RFC7483] value of "rdap_objectTag_level_0". The
information needed to register this value in the "RDAP Extensions"
registry is described in Section 5.2.
The following is an example rdapConformance structure with the
extension specified.
"rdapConformance" :
[
"rdap_level_0",
"rdap_objectTag_level_0"
]
It should say:
RDAP responses that contain values described in this document MUST
indicate conformance with this specification by including an
rdapConformance [RFC7483] value of "rdap_objectTag". The
information needed to register this value in the "RDAP Extensions"
registry is described in Section 5.2.
The following is an example rdapConformance structure with the
extension specified.
"rdapConformance" :
[
"rdap_level_0",
"rdap_objectTag"
]
Notes:
The value of the rdapConformance tag MUST match the value in the IANA registry, which is "rdap_objectTag".
