Enforce different MFA options
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_authentication_method_rule", "title": "Authentication method", "description": "Enforce different MFA options", "properties": { "auth_method": { "properties": { "auth_method": { "description": "The type of authentication method https://datatracker.ietf.org/doc/html/rfc8176#section-2.", "example": "mfa", "type": "string" } }, "required": [ "auth_method" ], "type": "object" } }, "required": [ "auth_method" ], "type": "object" }