{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.communicationsApplicationIdentity", "title": "microsoft.graph.communicationsApplicationIdentity", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.identity" }, { "title": "communicationsApplicationIdentity", "required": [ "@odata.type" ], "type": "object", "properties": { "applicationType": { "type": "string", "description": "First-party Microsoft application that presents this identity.", "nullable": true }, "hidden": { "type": "boolean", "description": "True if the participant shouldn't be shown in other participants' rosters.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.communicationsApplicationIdentity" } } } ], "x-ms-discriminator-value": "#microsoft.graph.communicationsApplicationIdentity" }