From dde21c50c46367e0ee5df3f195c429ad972a1d31 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 26 May 2022 11:57:08 +0530 Subject: [PATCH] Drop description from identity schema --- _kratos/identity.schema.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_kratos/identity.schema.json b/_kratos/identity.schema.json index 4f09ae9..d008c7a 100644 --- a/_kratos/identity.schema.json +++ b/_kratos/identity.schema.json @@ -17,11 +17,6 @@ "type": "string", "pattern": "^.*$" }, - "description": { - "title": "Description", - "type": "string", - "pattern": "^.*$" - }, "email": { "type": "string", "format": "email",