{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.user.mfa.enabled", "title": "platform.user.mfa.enabled", "type": "object", "description": "Published when multi-factor authentication is enabled for a user.", "x-context": "user", "allOf": [ { "$ref": "#/components/schemas/EventDataOrg" }, { "$ref": "#/components/schemas/EventDataActionUser" }, { "$ref": "#/components/schemas/EventDataUser" } ] }