Skip to content

Commit

Permalink
Correct directory_information references
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 authored Oct 8, 2020
1 parent 5f93013 commit 9b692be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Section Parsing Formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Information about the user such as alias, phone number and office location. This
### Fields
| Key | Value |
| - | - |
|`type`|`directory_information`|
| `Name` | The real name of the sender. |
| `Login` | The career account alias of the sender. |
| `Computer` | The computer the item is related to. Formatting may vary. |
Expand Down Expand Up @@ -58,7 +59,7 @@ Information about the user such as alias, phone number and office location. This
### Parsed Example
```jsonc
{
"type": "directoryInformation",
"type": "directory_information",
"Name": "Jerry L Guerrero",
"Login": "jerry",
"Computer": "x-ee27å0bpc1 (128.46.164.29)",
Expand Down Expand Up @@ -315,4 +316,4 @@ Mike
"Mike\n",
]
}
```
```

0 comments on commit 9b692be

Please sign in to comment.