|
| 1 | +A representation of a person, company, organization, or place |
| 2 | + |
| 3 | +###### Properties |
| 4 | + |
| 5 | +| Property | Type | Required | Description | |
| 6 | +|--------------|-------------------------|----------|-------------| |
| 7 | +| `fruits` | [object](#fruits)[] | No | | |
| 8 | +| `vegetables` | [object](#vegetables)[] | No | | |
| 9 | + |
| 10 | +###### fruits |
| 11 | + |
| 12 | +**Properties** |
| 13 | + |
| 14 | +| Property | Type | Required | Description | |
| 15 | +|----------|-----------------|----------|---------------------------------------------------------------| |
| 16 | +| `adr` | [object](#adr) | No | An address similar to http://microformats.org/wiki/h-card | |
| 17 | +| `cal` | [object](#cal) | No | A representation of an event | |
| 18 | +| `card` | [object](#card) | No | A representation of a person, company, organization, or place | |
| 19 | + |
| 20 | +**adr** |
| 21 | + |
| 22 | +An address similar to http://microformats.org/wiki/h-card |
| 23 | + |
| 24 | +**Properties** |
| 25 | + |
| 26 | +| Property | Type | Required | Description | |
| 27 | +|--------------------|--------|----------|-------------| |
| 28 | +| `country-name` | string | **Yes** | | |
| 29 | +| `locality` | string | **Yes** | | |
| 30 | +| `region` | string | **Yes** | | |
| 31 | +| `extended-address` | string | No | | |
| 32 | +| `post-office-box` | string | No | | |
| 33 | +| `postal-code` | string | No | | |
| 34 | +| `street-address` | string | No | | |
| 35 | + |
| 36 | +**cal** |
| 37 | + |
| 38 | +A representation of an event |
| 39 | + |
| 40 | +**Properties** |
| 41 | + |
| 42 | +| Property | Type | Required | Description | |
| 43 | +|---------------|----------------|----------|----------------------------| |
| 44 | +| `dtstart` | string | **Yes** | Event starting time | |
| 45 | +| `summary` | string | **Yes** | | |
| 46 | +| `category` | string | No | | |
| 47 | +| `description` | string | No | | |
| 48 | +| `dtend` | string | No | Event ending time | |
| 49 | +| `duration` | string | No | Event duration | |
| 50 | +| `geo` | [object](#geo) | No | A geographical coordinate. | |
| 51 | +| `location` | string | No | | |
| 52 | +| `rdate` | string | No | Recurrence date | |
| 53 | +| `rrule` | string | No | Recurrence rule | |
| 54 | +| `url` | string | No | | |
| 55 | + |
| 56 | +**geo** |
| 57 | + |
| 58 | +A geographical coordinate. |
| 59 | + |
| 60 | +**Properties** |
| 61 | + |
| 62 | +| Property | Type | Required | Description | |
| 63 | +|-------------|--------|----------|-------------| |
| 64 | +| `latitude` | number | **Yes** | | |
| 65 | +| `longitude` | number | **Yes** | | |
| 66 | + |
| 67 | +**card** |
| 68 | + |
| 69 | +A representation of a person, company, organization, or place |
| 70 | + |
| 71 | +**Properties** |
| 72 | + |
| 73 | +| Property | Type | Required | Description | |
| 74 | +|-------------------|------------------|----------|-----------------------------------------------------------| |
| 75 | +| `familyName` | string | **Yes** | | |
| 76 | +| `givenName` | string | **Yes** | | |
| 77 | +| `additionalName` | string[] | No | | |
| 78 | +| `adr` | [object](#adr) | No | An address similar to http://microformats.org/wiki/h-card | |
| 79 | +| `bday` | string | No | | |
| 80 | +| `email` | [object](#email) | No | | |
| 81 | +| `fn` | string | No | Formatted Name | |
| 82 | +| `geo` | [object](#geo) | No | A geographical coordinate. | |
| 83 | +| `honorificPrefix` | string[] | No | | |
| 84 | +| `honorificSuffix` | string[] | No | | |
| 85 | +| `logo` | string | No | | |
| 86 | +| `nickname` | string | No | | |
| 87 | +| `org` | [object](#org) | No | | |
| 88 | +| `photo` | string | No | | |
| 89 | +| `role` | string | No | | |
| 90 | +| `sound` | string | No | | |
| 91 | +| `tel` | [object](#tel) | No | | |
| 92 | +| `title` | string | No | | |
| 93 | +| `tz` | string | No | | |
| 94 | +| `url` | string | No | | |
| 95 | + |
| 96 | +**adr** |
| 97 | + |
| 98 | +An address similar to http://microformats.org/wiki/h-card |
| 99 | + |
| 100 | +**Properties** |
| 101 | + |
| 102 | +| Property | Type | Required | Description | |
| 103 | +|--------------------|--------|----------|-------------| |
| 104 | +| `country-name` | string | **Yes** | | |
| 105 | +| `locality` | string | **Yes** | | |
| 106 | +| `region` | string | **Yes** | | |
| 107 | +| `extended-address` | string | No | | |
| 108 | +| `post-office-box` | string | No | | |
| 109 | +| `postal-code` | string | No | | |
| 110 | +| `street-address` | string | No | | |
| 111 | + |
| 112 | +**email** |
| 113 | + |
| 114 | +**Properties** |
| 115 | + |
| 116 | +| Property | Type | Required | Description | |
| 117 | +|----------|--------|----------|-------------| |
| 118 | +| `type` | string | No | | |
| 119 | +| `value` | string | No | | |
| 120 | + |
| 121 | +**geo** |
| 122 | + |
| 123 | +A geographical coordinate. |
| 124 | + |
| 125 | +**Properties** |
| 126 | + |
| 127 | +| Property | Type | Required | Description | |
| 128 | +|-------------|--------|----------|-------------| |
| 129 | +| `latitude` | number | **Yes** | | |
| 130 | +| `longitude` | number | **Yes** | | |
| 131 | + |
| 132 | +**org** |
| 133 | + |
| 134 | +**Properties** |
| 135 | + |
| 136 | +| Property | Type | Required | Description | |
| 137 | +|--------------------|--------|----------|-------------| |
| 138 | +| `organizationName` | string | No | | |
| 139 | +| `organizationUnit` | string | No | | |
| 140 | + |
| 141 | +**tel** |
| 142 | + |
| 143 | +**Properties** |
| 144 | + |
| 145 | +| Property | Type | Required | Description | |
| 146 | +|----------|--------|----------|-------------| |
| 147 | +| `type` | string | No | | |
| 148 | +| `value` | string | No | | |
| 149 | + |
| 150 | +###### vegetables |
| 151 | + |
| 152 | +**Properties** |
| 153 | + |
| 154 | +| Property | Type | Required | Description | |
| 155 | +|--------------|---------|----------|----------------------------| |
| 156 | +| `veggieLike` | boolean | **Yes** | Do I like this vegetable? | |
| 157 | +| `veggieName` | string | **Yes** | The name of the vegetable. | |
| 158 | + |
0 commit comments