{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BreachedPasswordDetectionShieldsEnum", "title": "BreachedPasswordDetectionShieldsEnum", "type": "string", "enum": [ "block", "user_notification", "admin_notification" ] }