Skip to content

Commit

Permalink
Merge branch 'master' of github.itap.purdue.edu:ECN/webqueue2
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 9, 2020
2 parents 67bbb0e + 9b692be commit 7e5b985
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 7e5b985

Please sign in to comment.