问题 I am trying to create the schema for Message API As per the documentation, the sample response properties for reaction provided are below Documentation sample response "reactions": [ { "reactionType": "like", "createdDateTime": "2019-01-21T19:55:51.893Z", "user": { "application": null, "device": null, "conversation": null, "user": { "id": "e1ecb745-c10f-40af-a9d4-cab946c80ac7", "displayName": null, "userIdentityType": "aadUser" } } } ] From the documentation user is Identity type identity set