|
8 | 8 | "paths": {}, |
9 | 9 | "definitions": { |
10 | 10 | "AcsChatMessageReceivedEventData": { |
11 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageReceived event.", |
| 11 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceived event.", |
12 | 12 | "allOf": [ |
13 | 13 | { |
14 | 14 | "$ref": "#/definitions/AcsChatMessageEventBaseProperties" |
|
22 | 22 | } |
23 | 23 | }, |
24 | 24 | "AcsChatMessageReceivedInThreadEventData": { |
25 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageReceivedInThread event.", |
| 25 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceivedInThread event.", |
26 | 26 | "allOf": [ |
27 | 27 | { |
28 | 28 | "$ref": "#/definitions/AcsChatMessageEventInThreadBaseProperties" |
|
36 | 36 | } |
37 | 37 | }, |
38 | 38 | "AcsChatMessageEditedEventData": { |
39 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageEdited event.", |
| 39 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageEdited event.", |
40 | 40 | "allOf": [ |
41 | 41 | { |
42 | 42 | "$ref": "#/definitions/AcsChatMessageEventBaseProperties" |
|
55 | 55 | } |
56 | 56 | }, |
57 | 57 | "AcsChatMessageEditedInThreadEventData": { |
58 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageEditedInThread event.", |
| 58 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageEditedInThread event.", |
59 | 59 | "allOf": [ |
60 | 60 | { |
61 | 61 | "$ref": "#/definitions/AcsChatMessageEventInThreadBaseProperties" |
|
74 | 74 | } |
75 | 75 | }, |
76 | 76 | "AcsChatMessageDeletedEventData": { |
77 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageDeleted event.", |
| 77 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageDeleted event.", |
78 | 78 | "allOf": [ |
79 | 79 | { |
80 | 80 | "$ref": "#/definitions/AcsChatMessageEventBaseProperties" |
|
89 | 89 | } |
90 | 90 | }, |
91 | 91 | "AcsChatMessageDeletedInThreadEventData": { |
92 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatMessageDeletedInThread event.", |
| 92 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageDeletedInThread event.", |
93 | 93 | "allOf": [ |
94 | 94 | { |
95 | 95 | "$ref": "#/definitions/AcsChatMessageEventInThreadBaseProperties" |
|
104 | 104 | } |
105 | 105 | }, |
106 | 106 | "AcsChatThreadCreatedWithUserEventData": { |
107 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadCreatedWithUser event.", |
| 107 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadCreatedWithUser event.", |
108 | 108 | "allOf": [ |
109 | 109 | { |
110 | 110 | "$ref": "#/definitions/AcsChatThreadEventBaseProperties" |
|
132 | 132 | } |
133 | 133 | }, |
134 | 134 | "AcsChatThreadCreatedEventData": { |
135 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadCreated event.", |
| 135 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadCreated event.", |
136 | 136 | "allOf": [ |
137 | 137 | { |
138 | 138 | "$ref": "#/definitions/AcsChatThreadEventInThreadBaseProperties" |
|
160 | 160 | } |
161 | 161 | }, |
162 | 162 | "AcsChatThreadWithUserDeletedEventData": { |
163 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadWithUserDeleted event.", |
| 163 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadWithUserDeleted event.", |
164 | 164 | "allOf": [ |
165 | 165 | { |
166 | 166 | "$ref": "#/definitions/AcsChatThreadEventBaseProperties" |
|
179 | 179 | } |
180 | 180 | }, |
181 | 181 | "AcsChatThreadDeletedEventData": { |
182 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadDeleted event.", |
| 182 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadDeleted event.", |
183 | 183 | "allOf": [ |
184 | 184 | { |
185 | 185 | "$ref": "#/definitions/AcsChatThreadEventInThreadBaseProperties" |
|
198 | 198 | } |
199 | 199 | }, |
200 | 200 | "AcsChatThreadPropertiesUpdatedPerUserEventData": { |
201 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser event.", |
| 201 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser event.", |
202 | 202 | "allOf": [ |
203 | 203 | { |
204 | 204 | "$ref": "#/definitions/AcsChatThreadEventBaseProperties" |
|
224 | 224 | } |
225 | 225 | }, |
226 | 226 | "AcsChatThreadPropertiesUpdatedEventData": { |
227 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadPropertiesUpdated event.", |
| 227 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdated event.", |
228 | 228 | "allOf": [ |
229 | 229 | { |
230 | 230 | "$ref": "#/definitions/AcsChatThreadEventInThreadBaseProperties" |
|
250 | 250 | } |
251 | 251 | }, |
252 | 252 | "AcsChatParticipantAddedToThreadWithUserEventData": { |
253 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatParticipantAddedToThreadWithUser event.", |
| 253 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatParticipantAddedToThreadWithUser event.", |
254 | 254 | "allOf": [ |
255 | 255 | { |
256 | 256 | "$ref": "#/definitions/AcsChatThreadEventBaseProperties" |
|
273 | 273 | } |
274 | 274 | }, |
275 | 275 | "AcsChatParticipantRemovedFromThreadWithUserEventData": { |
276 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser event.", |
| 276 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser event.", |
277 | 277 | "allOf": [ |
278 | 278 | { |
279 | 279 | "$ref": "#/definitions/AcsChatThreadEventBaseProperties" |
|
296 | 296 | } |
297 | 297 | }, |
298 | 298 | "AcsChatParticipantAddedToThreadEventData": { |
299 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadParticipantAdded event.", |
| 299 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantAdded event.", |
300 | 300 | "allOf": [ |
301 | 301 | { |
302 | 302 | "$ref": "#/definitions/AcsChatEventInThreadBaseProperties" |
|
324 | 324 | } |
325 | 325 | }, |
326 | 326 | "AcsChatParticipantRemovedFromThreadEventData": { |
327 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.ChatThreadParticipantRemoved event.", |
| 327 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantRemoved event.", |
328 | 328 | "allOf": [ |
329 | 329 | { |
330 | 330 | "$ref": "#/definitions/AcsChatEventInThreadBaseProperties" |
|
352 | 352 | } |
353 | 353 | }, |
354 | 354 | "AcsSmsDeliveryReportReceivedEventData": { |
355 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.SMSDeliveryReportReceived event.", |
| 355 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.SMSDeliveryReportReceived event.", |
356 | 356 | "allOf": [ |
357 | 357 | { |
358 | 358 | "$ref": "#/definitions/AcsSmsEventBaseProperties" |
|
386 | 386 | } |
387 | 387 | }, |
388 | 388 | "AcsSmsReceivedEventData": { |
389 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.SMSReceived event.", |
| 389 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.SMSReceived event.", |
390 | 390 | "allOf": [ |
391 | 391 | { |
392 | 392 | "$ref": "#/definitions/AcsSmsEventBaseProperties" |
|
405 | 405 | } |
406 | 406 | }, |
407 | 407 | "AcsRecordingFileStatusUpdatedEventData": { |
408 | | - "description": "Schema of the Data property of an EventGridEvent for an Microsoft.Communication.RecordingFileStatusUpdated event.", |
| 408 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RecordingFileStatusUpdated event.", |
409 | 409 | "properties": { |
410 | 410 | "recordingStorageInfo": { |
411 | 411 | "description": "The details of recording storage information", |
|
0 commit comments