From 9b692bee7e9e3346a1e371fa4b1d0c2420207885 Mon Sep 17 00:00:00 2001 From: "Campbell, Justin" Date: Thu, 8 Oct 2020 10:17:42 -0400 Subject: [PATCH] Correct directory_information references --- docs/Section Parsing Formatting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Section Parsing Formatting.md b/docs/Section Parsing Formatting.md index 771883c..fa276df 100644 --- a/docs/Section Parsing Formatting.md +++ b/docs/Section Parsing Formatting.md @@ -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. | @@ -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)", @@ -315,4 +316,4 @@ Mike "Mike\n", ] } -``` \ No newline at end of file +```