JSContact: A JSON representation of contact data
draft-ietf-jmap-jscontact-04
JMAP R. Stepanek
Internet-Draft FastMail
Intended status: Standards Track M. Loffredo
Expires: August 23, 2021 IIT-CNR
February 19, 2021
JSContact: A JSON representation of contact data
draft-ietf-jmap-jscontact-04
Abstract
This specification defines a data model and JSON representation of
contact card information that can be used for data storage and
exchange in address book or directory applications. It aims to be an
alternative to the vCard data format and to be unambiguous,
extendable and simple to process. In contrast to the JSON-based
jCard format, it is not a direct mapping from the vCard data model
and expands semantics where appropriate.
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 August 23, 2021.
Copyright Notice
Copyright (c) 2021 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
to this document. Code Components extracted from this document must
Stepanek & Loffredo Expires August 23, 2021 [Page 1]
Internet-Draft JSContact February 2021
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 . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Relation to the xCard and jCard formats . . . . . . . . . 3
1.2. Terminology . . . . . . . . . . . . . . . . . . . . . . . 4
1.3. Vendor-specific Property Extensions and Values . . . . . 4
2. JSCard . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.1. Metadata properties . . . . . . . . . . . . . . . . . . . 4
2.1.1. uid . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.1.2. prodId . . . . . . . . . . . . . . . . . . . . . . . 4
2.1.3. updated . . . . . . . . . . . . . . . . . . . . . . . 5
2.1.4. kind . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1.5. relatedTo . . . . . . . . . . . . . . . . . . . . . . 5
2.2. Name and Organization properties . . . . . . . . . . . . 6
2.2.1. fullName . . . . . . . . . . . . . . . . . . . . . . 6
2.2.2. name . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2.3. organizations . . . . . . . . . . . . . . . . . . . . 6
2.2.4. jobTitles . . . . . . . . . . . . . . . . . . . . . . 7
2.2.5. roles . . . . . . . . . . . . . . . . . . . . . . . . 7
2.3. Contact and Resource properties . . . . . . . . . . . . . 7
2.3.1. emails . . . . . . . . . . . . . . . . . . . . . . . 7
2.3.2. phones . . . . . . . . . . . . . . . . . . . . . . . 7
2.3.3. online . . . . . . . . . . . . . . . . . . . . . . . 8
2.3.4. photos . . . . . . . . . . . . . . . . . . . . . . . 8
2.3.5. preferredContactMethod . . . . . . . . . . . . . . . 9
2.3.6. preferredContactLanguages . . . . . . . . . . . . . . 9
2.4. Address and Location properties . . . . . . . . . . . . . 9
2.4.1. addresses . . . . . . . . . . . . . . . . . . . . . . 9
2.5. Additional properties . . . . . . . . . . . . . . . . . . 11
2.5.1. anniversaries . . . . . . . . . . . . . . . . . . . . 11
2.5.2. personalInfo . . . . . . . . . . . . . . . . . . . . 11
2.5.3. notes . . . . . . . . . . . . . . . . . . . . . . . . 12
2.5.4. categories . . . . . . . . . . . . . . . . . . . . . 12
3. JSGroupCard . . . . . . . . . . . . . . . . . . . . . . . . . 12
3.1. Group properties . . . . . . . . . . . . . . . . . . . . 12
3.1.1. members . . . . . . . . . . . . . . . . . . . . . . . 12
Show full document text