Internet-Draft | JSContact | December 2020 |
Stepanek & Loffredo | Expires 17 June 2021 | [Page] |
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.¶
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 17 June 2021.¶
Copyright (c) 2020 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 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.¶
This document defines a data model for contact card data normally used in address book or directory applications and services. It aims to be an alternative to the vCard data format [RFC6350] and to provide a JSON-based standard representation of contact card data.¶
The key design considerations for this data model are as follows:¶
The representation of this data model is defined in the I-JSON format [RFC7493], which is a strict subset of the JavaScript Object Notation (JSON) Data Interchange Format [RFC8259]. Using JSON is mostly a pragmatic choice: its widespread use makes JSCard easier to adopt, and the availability of production-ready JSON implementations eliminates a whole category of parser-related interoperability issues.¶
The xCard [RFC6351] and jCard [RFC7095] specifications define alternative representations for vCard data, in XML and JSON format respectively. Both explicitly aim to not change the underlying data model. Accordingly, they are regarded as equal to vCard in the context of 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.¶
Vendors MAY add additional properties to JSContact objects to support their custom features. The names of these properties MUST be prefixed with a domain name controlled by the vendor to avoid conflict, e.g. "example.com/customprop".¶
Some JSContact properties allow vendor-specific value extensions. If so, vendor-specific values MUST be prefixed with a domain name controlled by the vendor, e.g. "example.com/customrel".¶
Vendors are strongly encouraged to register any new property values or extensions that are useful to other systems as well, rather than using a vendor-specific prefix.¶
MIME type: application/jscontact+json;type=jscard
¶
A JSCard object stores information about a person, organization or company.¶
Type: String
(mandatory).¶
An identifier, used to associate the object as the same across different systems, addressbooks and views. [RFC4122] describes a range of established algorithms to generate universally unique identifiers (UUID), and the random or pseudo-random version is recommended. For compatibility with [RFC6350] UIDs, implementations MUST accept both URI and free-form text.¶
Type: String
(optional).¶
The identifier for the product that created the JSCard object.¶
Type: String
(optional).¶
The date and time when the data in this JSCard object was last modified. The timestamp MUST be formatted as specified in [RFC3339].¶
Type: LocalizedString
(optional).¶
The full name (e.g. the personal name and surname of an individual, the name of an organization) of the entity represented by this card.¶
Type: NameComponent[]
(optional).¶
The name components of the name of the entity represented by this JSCard. Name components SHOULD be ordered such that their values joined by whitespace produce a valid full name of this entity.¶
A NameComponent has the following properties:¶
String
(mandatory).
The value of this name component.¶
type: String
(mandatory).
The type of this name component. The value MUST be either one of the following values, registered in a future RFC, or a vendor-specific value:¶
prefix
. The value is a honorific title(s), e.g. "Mr", "Ms", "Dr".¶
personal
. The value is a personal name(s), also known as "first name", "given name".¶
surname
. The value is a surname, also known as "last name", "family name".¶
additional
. The value is an additional name, also known as "middle name".¶
suffix
. The value is a honorific suffix, e.g. "B.A.", "Esq.".¶
nickname
. The value is a nickname.¶
Type: LocalizedString[]
(optional).¶
The company or organization name and units associated with this card. The first entry in the list names the organization, and any following entries name organizational units.¶
Type: Resource[]
(optional).¶
An array of Resource objects where the values are URLs in the mailto
scheme [RFC6068] or free-text email addresses. The default value of the type
property is email
. If set, the type MUST be email
or other
.¶
Type: Resource[]
(optional).¶
An array of Resource objects where the values are URIs scheme or free-text phone numbers. Typical URI schemes are the [RFC3966] tel
or [RFC3261] sip
schemes, but any URI scheme is allowed. Types are:¶
Type: Resource[]
(optional).¶
An array of Resource objects where the values are URIs or usernames associated with the card for online services. Types are:¶
uri
The value is a URI, e.g. a website link.¶
username
The value is a username associated with the entity represented by this card (e.g. for social media, or an IM client). A label property SHOULD be included to identify what service this is for. For compatibility between clients, this label SHOULD be the canonical service name, including capitalisation. e.g. Twitter
, Facebook
, Skype
, GitHub
, XMPP
.¶
other
The value is something else not covered by the above categories. A label property MAY be included to display next to the number to help the user identify its purpose.¶
Type : String
(optional)¶
Defines the preferred contact method or resource with additional information about this card. The value MUST be the property name of one of the Resource lists: emails
, phones
, online
, other
.¶
Type : String[ContactLanguage[]]
(optional)¶
Defines the preferred languages for contacting the entity associated with this card. The keys in the object MUST be [RFC5646] language tags. The values are a (possibly empty) list of contact language preferences for this language. Also see the definition of the VCARD LANG property (Section 6.4.4., [RFC6350]).¶
A ContactLanguage object has the following properties:¶
String
(optional).
Defines the context of this preference. This could be work
, home
or another value.¶
Number
(optional).
Defines the preference order of this language for the context defined in the type property. If set, the property value MUST be between 1 and 100 (inclusive). Lower values correspond to a higher level of preference, with 1 being most preferred. If not set, the default MUST be to interpret the language as the least preferred in its context. Preference orders SHOULD be unique across language for a specific type.¶
A valid ContactLanguage object MUST have at least one of its properties set.¶
Type: Address[] (optional).¶
An array of Address objects, containing physical locations. An Address object has the following properties:¶
context: String
(optional, default other
).
Specifies the context of the address information.
The value MUST be either one of the following values, registered in a future
RFC, or a vendor-specific value:¶
String
(optional).
A label describing the value in more detail.¶
LocalizedString
(optional).
The complete address, excluding type and label. This property is mainly useful to represent addresses of which the individual address components are unknown, or to provide localized representations.¶
String
(optional).
The street address. This MAY be multiple lines; newlines MUST be preserved.¶
String
(optional)
The extended address, such as an apartment or suite number, or care-of address.¶
String
(optional).
The city, town, village, post town, or other locality within which the street address may be found.¶
String
(optional).
The province, such as a state, county, or canton within which the locality may be found.¶
String
(optional).
The country name.¶
String
(optional)
The post office box.¶
String
(optional).
The postal code, post code, ZIP code or other short code associated with the address by the relevant country's postal system.¶
String
(optional).
The ISO-3166-1 country code.¶
String
(optional) A [RFC5870] "geo:" URI for the address.¶
String
(optional) Identifies the time zone this address is located in. This SHOULD be a time zone name registered in the IANA Time Zone Database. Unknown time zone identifiers MAY be ignored by implementations.¶
Type : Anniversary[] (optional).¶
Memorable dates and events for the entity represented by this card. An Anniversary object has the following properties:¶
type: String
(mandatory).
Specifies the type of the anniversary. This RFC predefines the following types, but implementations MAY use additional values:¶
String
(optional).
A label describing the value in more detail, especially if the type property has value other
(but MAY be included with any type).¶
String
(mandatory).
The date of this anniversary, in the form "YYYY-MM-DD" (any part may be all 0s for unknown) or a [RFC3339] timestamp.¶
Type: PersonalInformation[] (optional).¶
A list of personal information about the entity represented by this card. A PersonalInformation object has the following properties:¶
type: String
(mandatory).
Specifies the type for this personal information. Allowed values are:¶
String
(mandatory).
The actual information. This generally is free-text, but future specifications MAY restrict allowed values depending on the type of this PersonalInformation.¶
String
(optional)
Indicates the level of expertise, or engagement in hobby or interest. Allowed values are: high
, medium
and low
.¶
Type: LocalizedString[]
(optional).¶
Arbitrary notes about the entity represented by this card.¶
Type: String[]
(optional).
A list of free-text or URI categories that relate to the card.¶
A LocalizedString object has the following properties:¶
A Resource object has the following properties:¶
context: String
(optional)
Specifies the context in which to use this resource. Pre-defined values are:¶
private
: The resource may be used to contact the card holder in a private context.¶
work
: The resource may be used to contact the card holder in a professional context.¶
other
: The resource may be used to contact the card holder in some other context. A label property MAY be help to identify its purpose.¶
String
(optional).
Specifies the property-specific variant of the resource. This MUST be taken from the set of allowed types specified in the respective contact method property.¶
String[Boolean]
(optional).
A set of labels that describe the value in more detail, especially if the type property has value other
(but MAY be included with any type). The keys in the map define the label, the values MUST be true
.¶
String
(mandatory).
The actual resource value, e.g. an email address or phone number.¶
String
(optional).
Used for properties with URI values. Provides the media type [RFC2046] of the resource identified by the URI.¶
MIME type: application/jscontact+json;type=jscardgroup
¶
A JSCardGroup object represents a named set of JSCards.¶
Type : String
(mandatory).¶
A globally unique identifier. The same requirements as for the JSCard uid property apply.¶
NOTE: Please remove this section and the reference to [RFC7942] prior to publication as an RFC. This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in [RFC7942]. The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs. Please note that the listing of any individual implementation here does not imply endorsement by the IETF. Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors. This is not intended as, and must not be construed to be, a catalog of available implementations or their features. Readers are advised to note that other implementations may exist. According to [RFC7942], "this will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature. It is up to the individual working groups to use this information as they see fit".¶