{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BreachedPasswordDetectionStage", "title": "BreachedPasswordDetectionStage", "type": "object", "additionalProperties": false, "properties": { "pre-user-registration": { "$ref": "#/components/schemas/BreachedPasswordDetectionPreUserRegistrationStage" }, "pre-change-password": { "$ref": "#/components/schemas/BreachedPasswordDetectionPreChangePasswordStage" } } }