Warning, /pim/libkgapi/autotests/people/data/person1_create_data.json is written in an unsupported language. File is not indexed.

0001 {
0002   "resourceName": "",
0003   "etag": "",
0004   "metadata": {},
0005   "names": [
0006     {
0007       "familyName": "Doe",
0008       "givenName": "John",
0009       "middleName": "Jay",
0010       "honorificPrefix": "Dr.",
0011       "honorificSuffix": "III",
0012       "phoneticFamilyName": "dəʊ",
0013       "phoneticGivenName": "ʤɒn",
0014       "phoneticMiddleName": "ʤeɪ",
0015       "unstructuredName": "Dr. John Jay Doe III"
0016     }
0017   ],
0018   "nicknames": [
0019     {
0020       "value": "Johnnyboy",
0021       "type": "DEFAULT"
0022     }
0023   ],
0024   "birthdays": [
0025     {
0026       "date": {
0027         "year": 1999,
0028         "month": 11,
0029         "day": 3
0030       }
0031     }
0032   ],
0033   "addresses": [
0034     {
0035       "formattedValue": "KDE Road 15\nInternet 1800\nPo box in internet space and time\nInternet land\nMálaga\n51000\nES",
0036       "type": "home",
0037       "poBox": "Po box in internet space and time",
0038       "streetAddress": "KDE Road 15",
0039       "extendedAddress": "Internet 1800",
0040       "city": "Internet land",
0041       "region": "Málaga",
0042       "postalCode": "51000",
0043       "country": "ES",
0044       "countryCode": "ES"
0045     },
0046     {
0047       "formattedValue": "Main way 35\nMain road 20000\nSome other PO Box\nInternet city\nHuelva\n20035\nES",
0048       "type": "work",
0049       "poBox": "Some other PO Box",
0050       "streetAddress": "Main way 35",
0051       "extendedAddress": "Main road 20000",
0052       "city": "Internet city",
0053       "region": "Huelva",
0054       "postalCode": "20035",
0055       "country": "ES",
0056       "countryCode": "ES"
0057     }
0058   ],
0059   "emailAddresses": [
0060     {
0061       "value": "john@kde.example",
0062       "type": "work"
0063     },
0064     {
0065       "value": "john@home.test",
0066       "type": "home"
0067     },
0068     {
0069       "value": "john@private.stuff",
0070       "type": "other"
0071     }
0072   ],
0073   "phoneNumbers": [
0074     {
0075       "value": "666 12 34 90",
0076       "type": "mobile"
0077     },
0078     {
0079       "value": "952 66 61 23",
0080       "type": "home"
0081     },
0082     {
0083       "value": "910 12 30 00",
0084       "type": "other"
0085     }
0086   ],
0087   "biographies": [
0088     {
0089       "value": "John is awesome!",
0090       "contentType": "TEXT_PLAIN"
0091     }
0092   ],
0093   "urls": [
0094     {
0095       "value": "kde.org",
0096       "type": "work"
0097     },
0098     {
0099       "value": "johndoe.test",
0100       "type": "blog"
0101     }
0102   ],
0103   "organizations": [
0104     {
0105       "name": "KDE",
0106       "department": "PIM",
0107       "title": "Developer"
0108     }
0109   ],
0110   "memberships": [
0111     {
0112       "contactGroupMembership": {
0113         "contactGroupResourceName": "contactGroups/myContacts"
0114       }
0115     }
0116   ],
0117   "events": [
0118     {
0119       "date": {
0120         "year": 2023,
0121         "month": 2,
0122         "day": 24
0123       },
0124       "type": "other"
0125     }
0126   ],
0127   "imClients": [
0128     {
0129       "username": "johndoefromkde",
0130       "protocol": "googleTalk"
0131     },
0132     {
0133       "username": "johndoefromkde",
0134       "protocol": "jabber"
0135     }
0136   ],
0137   "relations": [
0138     {
0139       "person": "Joanna Doe",
0140       "type": "spouse"
0141     }
0142   ],
0143   "userDefined": [
0144     {
0145       "key": "Custom Field Number One",
0146       "value": "custom field 1"
0147     }
0148   ],
0149   "sipAddresses": [
0150     {
0151       "value": "123456789",
0152       "type": "home"
0153     }
0154   ]
0155 }