diff --git a/arkindex/schema.yml b/arkindex/schema.yml index 4d3e55d609b9e6e50cb10d698b27298b6ddbf7d6..200c0c2a25e81d9231529b5cbb94a15b69b8e3f2 100644 --- a/arkindex/schema.yml +++ b/arkindex/schema.yml @@ -6063,6 +6063,9 @@ paths: is_admin: readOnly: true type: boolean + verified_email: + readOnly: true + type: boolean required: [] tags: - users @@ -6088,6 +6091,9 @@ paths: is_admin: readOnly: true type: boolean + verified_email: + readOnly: true + type: boolean required: [] tags: - users @@ -6123,6 +6129,9 @@ paths: is_admin: readOnly: true type: boolean + verified_email: + readOnly: true + type: boolean required: [] tags: - users @@ -6160,6 +6169,9 @@ paths: is_admin: readOnly: true type: boolean + verified_email: + readOnly: true + type: boolean required: [] tags: - users