{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.registrationEnforcement", "title": "registrationEnforcement", "required": [ "@odata.type" ], "type": "object", "properties": { "authenticationMethodsRegistrationCampaign": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaign" }, { "type": "object", "nullable": true } ], "description": "Run campaigns to remind users to set up targeted authentication methods." }, "@odata.type": { "type": "string" } } }