@@ -2,53 +2,53 @@ A representation of a person, company, organization, or place
22
33## Properties
44
5- | Property | Type | Required | Description |
6- |-------------------|------------------|----------|----------------|
7- | `familyName` | string | **true** | |
8- | `givenName` | string | **true** | |
9- | `additionalName` | array | false | |
10- | `adr` | | false | |
11- | `bday` | string | false | |
12- | `email` | [object](#email) | false | |
13- | `fn` | string | false | Formatted Name |
14- | `geo` | | false | |
15- | `honorificPrefix` | array | false | |
16- | `honorificSuffix` | array | false | |
17- | `logo` | string | false | |
18- | `nickname` | string | false | |
19- | `org` | [object](#org) | false | |
20- | `photo` | string | false | |
21- | `role` | string | false | |
22- | `sound` | string | false | |
23- | `tel` | [object](#tel) | false | |
24- | `title` | string | false | |
25- | `tz` | string | false | |
26- | `url` | string | false | |
5+ | Property | Type | Required | Description |
6+ |-------------------|--------------------------- |----------|----------------|
7+ | `familyName` | string | **Yes** | |
8+ | `givenName` | string | **Yes** | |
9+ | `additionalName` | [ array](#additionalname) | No | |
10+ | `adr` | | No | |
11+ | `bday` | string | No | |
12+ | `email` | [object](#email) | No | |
13+ | `fn` | string | No | Formatted Name |
14+ | `geo` | | No | |
15+ | `honorificPrefix` | [ array](#honorificprefix) | No | |
16+ | `honorificSuffix` | [ array](#honorificsuffix) | No | |
17+ | `logo` | string | No | |
18+ | `nickname` | string | No | |
19+ | `org` | [object](#org) | No | |
20+ | `photo` | string | No | |
21+ | `role` | string | No | |
22+ | `sound` | string | No | |
23+ | `tel` | [object](#tel) | No | |
24+ | `title` | string | No | |
25+ | `tz` | string | No | |
26+ | `url` | string | No | |
2727
2828## email
2929
3030### Properties
3131
3232| Property | Type | Required | Description |
3333|----------|--------|----------|-------------|
34- | `type` | string | false | |
35- | `value` | string | false | |
34+ | `type` | string | No | |
35+ | `value` | string | No | |
3636
3737## org
3838
3939### Properties
4040
4141| Property | Type | Required | Description |
4242|--------------------|--------|----------|-------------|
43- | `organizationName` | string | false | |
44- | `organizationUnit` | string | false | |
43+ | `organizationName` | string | No | |
44+ | `organizationUnit` | string | No | |
4545
4646## tel
4747
4848### Properties
4949
5050| Property | Type | Required | Description |
5151|----------|--------|----------|-------------|
52- | `type` | string | false | |
53- | `value` | string | false | |
52+ | `type` | string | No | |
53+ | `value` | string | No | |
5454
0 commit comments