Drop description from identity schema

This commit is contained in:
Abin Simon
2022-05-26 11:57:08 +05:30
parent c2c503a1aa
commit dde21c50c4

View File

@@ -17,11 +17,6 @@
"type": "string",
"pattern": "^.*$"
},
"description": {
"title": "Description",
"type": "string",
"pattern": "^.*$"
},
"email": {
"type": "string",
"format": "email",