From 57651674c88a07b2bb823d5f9e6a4165cb94e48e Mon Sep 17 00:00:00 2001 From: Nassim Yagoub Date: Fri, 28 Aug 2026 21:06:11 +0900 Subject: [PATCH] fix: use verification extension key in verification address examples The Verification address section described verification but both code tabs used the recovery schema extension key. --- .../kratos/manage-identities/15_customize-identity-schema.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kratos/manage-identities/15_customize-identity-schema.mdx b/docs/kratos/manage-identities/15_customize-identity-schema.mdx index 56a42e8d8b..f4c8959f05 100644 --- a/docs/kratos/manage-identities/15_customize-identity-schema.mdx +++ b/docs/kratos/manage-identities/15_customize-identity-schema.mdx @@ -776,7 +776,7 @@ Specifies that the field is verifiable by sending an email with a verification c ```json { "ory.sh/kratos": { - "recovery": { + "verification": { "via": "email" } } @@ -789,7 +789,7 @@ Specifies that the field is verifiable by sending an email with a verification c ```json { "ory.sh/kratos": { - "recovery": { + "verification": { "via": "sms" } }