Network Working Group S. Hollenbeck
Internet-Draft Verisign Labs
Intended status: Informational R. Carney
Expires: May 11, 2019 GoDaddy Inc.
November 7, 2018
vCard Format Extensions: Internet Corporation for Assigned Names and
Numbers (ICANN) Extensions for the Registration Data Access Protocol
(RDAP)
draft-hollenbeck-vcarddav-icann-rdap-extensions-00
Abstract
This document defines extensions to the vCard data format for
representing and exchanging contact information used to implement the
Internet Corporation for Assigned Names and Numbers (ICANN)
operational profile for the Registration Data Access Protocol (RDAP).
The property and parameter defined here are used to add values to
RDAP responses that are consistent with ICANN policies.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on May 11, 2019.
Copyright Notice
Copyright (c) 2018 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
Hollenbeck & Carney Expires May 11, 2019 [Page 1]
Internet-Draft ICANN RDAP vCard Extensions November 2018
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1. Terminology Used in This Document . . . . . . . . . . . . 2
2. vCard Extensions: Properties . . . . . . . . . . . . . . . . 3
2.1. Property: CONTACT-URI . . . . . . . . . . . . . . . . . . 3
3. vCard Extensions: Parameters . . . . . . . . . . . . . . . . 3
3.1. Parameter: CC . . . . . . . . . . . . . . . . . . . . . . 4
4. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 4
5. Security Considerations . . . . . . . . . . . . . . . . . . . 5
6. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 5
7. References . . . . . . . . . . . . . . . . . . . . . . . . . 5
7.1. Normative References . . . . . . . . . . . . . . . . . . 5
7.2. Informative References . . . . . . . . . . . . . . . . . 5
7.3. URIs . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Appendix A. Change Log . . . . . . . . . . . . . . . . . . . . . 6
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 6
1. Introduction
The Temporary Specification for gTLD Registration Data [1] was
published by the Internet Corporation for Assigned Named and Numbers
(ICANN) in 2018. The Temporary Specification includes requirements
that cannot currently be met by the Registration Data Access Protocol
(RDAP, [RFC7483]) without extending the underlying vCard [RFC6350]
specification used to represent RDAP entity objects. This document
includes specifications for an additional vCard property and an
additional vCard parameter to meet the requirements of the Temporary
Specification.
1.1. Terminology Used in This Document
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in BCP
14 [RFC2119] [RFC8174] when, and only when, they appear in all
capitals, as shown here.
Syntax specifications shown here use the augmented Backus-Naur Form
(ABNF) as described in [RFC5234], and are specified as in the base
vCard specification [RFC6350].
Hollenbeck & Carney Expires May 11, 2019 [Page 2]
Internet-Draft ICANN RDAP vCard Extensions November 2018
2. vCard Extensions: Properties
This document describes one new vCard extension property.
2.1. Property: CONTACT-URI
Namespace:
Property name: CONTACT-URI
Purpose: RDAP entity information can be redacted under certain
circumstances (e.g., privacy). The Temporary Specification requires
that RDAP entity objects representing "Registrant", "Admin", and
"Tech" contacts contain an email address or a location for a web form
to facilitate email communication with the relevant contact in a way
that does not identify the associated individual. The CONTACT-URI
property can be used to include URIs representing an email address or
a location for a web form.
Value type: A single URI value.
Cardinality: *
Property parameters: PREF
Description: At least one "mailto", "http", or "https" URI value MUST
be provided. Additional CONTACT-URI properties MAY be provided to
describe other contact methods. If multiple CONTACT-URI properties
are used, the vCard PREF parameter MUST be used to describe the most
preferred property as described in Section 5.3 of RFC 6350 [RFC6350].
Format definition:
CONTACT-URI-param = "VALUE=uri" / pref-param
CONTACT-URI-value = uri
Examples:
CONTACT-URI:https://contact.example.com
CONTACT-URI;PREF=1:mailto:contact@example.com
3. vCard Extensions: Parameters
This document describes one new vCard extension parameter.
Hollenbeck & Carney Expires May 11, 2019 [Page 3]
Internet-Draft ICANN RDAP vCard Extensions November 2018
3.1. Parameter: CC
Namespace:
Parameter name: CC
Purpose: ICANN requires the use of ISO 3166 [ISO.3166.1988] two-
letter codes, not "country names", in RDAP entity responses. This
parameter is used to extend the ADR property described in
Section 6.3.1 of RFC 6350 [RFC6350].
Description: This parameter contains the ISO 3166 [ISO.3166.1988]
2-character country code associated with the "country name" ADR
component described in Section 6.3.1 of RFC 6350 [RFC6350].
Format definition:
CC-param = "CC=" 2ALPHA
Examples:
ADR;TYPE=work;CC=US:;;12061 Bluemont Way;Reston;VA;20190;USA
ADR;TYPE=home;CC=US:;;12345 Elm St;Reston;VA;20190;USA
4. IANA Considerations
IANA is requested to add the following entry to the vCard Properties
registry defined in Section 10.3.1 of RFC 6350 [RFC6350].
Namespace:
Property: CONTACT-URI
Reference: RFCXXXX (this RFC), Section 2.1
IANA is requested to add the following entry to the vCard Parameters
registry defined in Section 10.3.2 of RFC 6350 [RFC6350].
Namespace:
Property: CC
Reference: RFCXXXX (this RFC), Section 3.1
Hollenbeck & Carney Expires May 11, 2019 [Page 4]
Internet-Draft ICANN RDAP vCard Extensions November 2018
5. Security Considerations
The CONTACT-URI value is purposefully intended to be a publicly
visible contact reference, and as such, it cannot require privacy
protection. This document presents no other security considerations
beyond those described in Section 9 of the base vCard specification
[RFC6350].
6. Acknowledgements
The author would like to acknowledge the following individuals for
their contributions to the development of this document: Rick
Wilhelm.
7. References
7.1. Normative References
[ISO.3166.1988]
International Organization for Standardization, "Codes for
the representation of names of countries, 3rd edition",
ISO Standard 3166, August 1988.
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119,
DOI 10.17487/RFC2119, March 1997,
<https://www.rfc-editor.org/info/rfc2119>.
[RFC5234] Crocker, D., Ed. and P. Overell, "Augmented BNF for Syntax
Specifications: ABNF", STD 68, RFC 5234,
DOI 10.17487/RFC5234, January 2008,
<https://www.rfc-editor.org/info/rfc5234>.
[RFC6350] Perreault, S., "vCard Format Specification", RFC 6350,
DOI 10.17487/RFC6350, August 2011,
<https://www.rfc-editor.org/info/rfc6350>.
[RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC
2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174,
May 2017, <https://www.rfc-editor.org/info/rfc8174>.
7.2. Informative References
[RFC7483] Newton, A. and S. Hollenbeck, "JSON Responses for the
Registration Data Access Protocol (RDAP)", RFC 7483,
DOI 10.17487/RFC7483, March 2015,
<https://www.rfc-editor.org/info/rfc7483>.
Hollenbeck & Carney Expires May 11, 2019 [Page 5]
Internet-Draft ICANN RDAP vCard Extensions November 2018
7.3. URIs
[1] https://www.icann.org/resources/pages/gtld-registration-data-
specs-en
Appendix A. Change Log
00: Initial version.
Authors' Addresses
Scott Hollenbeck
Verisign Labs
12061 Bluemont Way
Reston, VA 20190
USA
Email: shollenbeck@verisign.com
URI: https://www.verisignlabs.com/
Roger Carney
GoDaddy Inc.
14455 N. Hayden Rd. #219
Scottsdale, AZ 85260
US
Email: rcarney@godaddy.com
URI: http://www.godaddy.com
Hollenbeck & Carney Expires May 11, 2019 [Page 6]