Skip to content

Instantly share code, notes, and snippets.

@AlexanderHolmeset
Created July 28, 2023 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexanderHolmeset/b2630ba07acd766362dd41cb08906efd to your computer and use it in GitHub Desktop.
Save AlexanderHolmeset/b2630ba07acd766362dd41cb08906efd to your computer and use it in GitHub Desktop.
{
"properties": {
"@@odata.context": {
"type": [
"string",
"null"
]
},
"attachments": {
"type": "array"
},
"body": {
"properties": {
"content": {
"type": [
"string",
"null"
]
},
"contentType": {
"type": [
"string",
"null"
]
},
"plainTextContent": {
"type": [
"string",
"null"
]
}
},
"type": [
"object",
"null"
]
},
"channelIdentity": {},
"chatId": {
"type": [
"string",
"null"
]
},
"conversationId": {
"type": [
"string",
"null"
]
},
"createdDateTime": {
"type": [
"string",
"null"
]
},
"deletedDateTime": {},
"etag": {
"type": [
"string",
"null"
]
},
"eventDetail": {},
"from": {
"properties": {
"application": {},
"device": {},
"user": {
"properties": {
"@@odata.type": {
"type": [
"string",
"null"
]
},
"displayName": {
"type": [
"string",
"null"
]
},
"id": {
"type": [
"string",
"null"
]
},
"tenantId": {
"type": [
"string",
"null"
]
},
"userIdentityType": {
"type": [
"string",
"null"
]
}
},
"type": [
"object",
"null"
]
}
},
"type": [
"object",
"null"
]
},
"id": {
"type": [
"string",
"null"
]
},
"importance": {
"type": [
"string",
"null"
]
},
"lastEditedDateTime": {},
"lastModifiedDateTime": {
"type": [
"string",
"null"
]
},
"locale": {
"type": [
"string",
"null"
]
},
"mentions": {
"type": "array"
},
"messageLink": {
"type": [
"string",
"null"
]
},
"messageType": {
"type": [
"string",
"null"
]
},
"policyViolation": {},
"reactions": {
"type": "array"
},
"replyToId": {
"type": [
"string",
"null"
]
},
"subject": {},
"summary": {},
"threadType": {
"type": [
"string",
"null"
]
},
"webUrl": {}
},
"type": [
"object",
"null"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment