{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authenticationConditionApplication", "title": "authenticationConditionApplication", "required": [ "@odata.type" ], "type": "object", "properties": { "appId": { "type": "string", "description": "The identifier for an application corresponding to a condition which will trigger an authenticationEventListener." }, "@odata.type": { "type": "string" } } }