CloudObjects / Directory / JSON / Card
Sign in

Card

a Object & Element in JSON

A representation of a person, company, organization, or place

Properties
Key Description Type Validations Required
fn Formatted Name String no
familyName - String yes
givenName - String yes
additionalName - Array<String> no
honorificPrefix - Array<String> no
honorificSuffix - Array<String> no
nickname - String no
url - String no
email - Object no
tel - Object no
adr An Address following the convention of http://microformats.org/wiki/hcard Address (= Object) no
geo A geographical coordinate Geo (= Object) no
tz - String no
photo - String no
logo - String no
sound - String no
bday - String no
title - String no
role - String no
org - Object no
JSON Example
{
  "fn" : "string",
  "familyName" : "string",
  "givenName" : "string",
  "additionalName" : [
    null
  ],
  "honorificPrefix" : [
    null
  ],
  "honorificSuffix" : [
    null
  ],
  "nickname" : "string",
  "url" : "string",
  "email" : {
    "type" : "string",
    "value" : "string"
  },
  "tel" : {
    "type" : "string",
    "value" : "string"
  },
  "adr" : {
    "post-office-box" : "string",
    "extended-address" : "string",
    "street-address" : "string",
    "locality" : "string",
    "region" : "string",
    "postal-code" : "string",
    "country-name" : "string"
  },
  "geo" : {
    "latitude" : 0,
    "longitude" : 0
  },
  "tz" : "string",
  "photo" : "string",
  "logo" : "string",
  "sound" : "string",
  "bday" : "string",
  "title" : "string",
  "role" : "string",
  "org" : {
    "organizationName" : "string",
    "organizationUnit" : "string"
  }
}
Meta
URI / COID
coid://json.co-n.net/Card content_copy
Revision
2-9e05af3b5009ea5c6549dcc65c6745ee content_copy
Short ID
json:Card content_copy
Reference URL
https://coid.link/json.co-n.net/Card content_copy
Last updated
2020-11-02 19:56 (UTC)
Created at
2020-11-02 19:42 (UTC)