Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisCES authored Nov 30, 2018
1 parent d0a06f7 commit d363e41
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
|---|---|---|---|---|---|
|name|String|-|Name of the contact|"John Doe"|-|
|eMail|String|-|E-mail of the contact|"john.doe@email.com"|-|
|[calendar](#calendar)|Array (of calendar objects)|-|Calendar information of the person|A calendar object array|-|
|[calendars](#calendar)|Array (of calendar objects)|-|Calendar information of the person|A calendar object array|-|

## Calendar
|Attribute|Type|Properties|Description|Example|Possible Enumeration Options|
Expand All @@ -40,8 +40,8 @@
## Email
|Attribute|Type|Properties|Description|Example|Possible Enumeration Options|
|---|---|---|---|---|---|
|[collaborationElement](#collaborationelement)|Array (of collaboration objects)|-|Collaboration properties values|A collaborationElement object array|-|
|[thread](#thread)|Array (of thread objects)|-|thread information of the e-mail|A thread object array|-|
|[collaborationElements](#collaborationElement)|Array (of collaboration objects)|-|Collaboration properties values|A collaborationElement object array|-|
|[threads](#thread)|Array (of thread objects)|-|thread information of the e-mail|A thread object array|-|

## Thread
|Attribute|Type|Properties|Description|Example|Possible Enumeration Options|
Expand Down

0 comments on commit d363e41

Please sign in to comment.