Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.EventGrid to add version…
Browse files Browse the repository at this point in the history
… stable/2018-01-01 (Azure#14636)

* Updating schema for ChatMessageReceived and ChatMessageEdited EventGrid events to add metadata property.

* Applying Prettier formatting

* Adding metadata to InThread chat events.
  • Loading branch information
darkorm authored and Andrew Sager committed Jun 24, 2021
1 parent a6c7387 commit b0e74f4
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"messageBody": {
"description": "The body of the chat message",
"type": "string"
},
"metadata": {
"description": "The chat message metadata",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
},
Expand All @@ -32,6 +39,13 @@
"messageBody": {
"description": "The body of the chat message",
"type": "string"
},
"metadata": {
"description": "The chat message metadata",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
},
Expand All @@ -47,6 +61,13 @@
"description": "The body of the chat message",
"type": "string"
},
"metadata": {
"description": "The chat message metadata",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"editTime": {
"description": "The time at which the message was edited",
"format": "date-time",
Expand All @@ -66,6 +87,13 @@
"description": "The body of the chat message",
"type": "string"
},
"metadata": {
"description": "The chat message metadata",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"editTime": {
"description": "The time at which the message was edited",
"format": "date-time",
Expand Down

0 comments on commit b0e74f4

Please sign in to comment.