From 1304cbf71bd50847b571b605e49bb6e105ceeaeb Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Sat, 18 Apr 2026 13:54:35 +0300 Subject: [PATCH] Add email field to user schema in simple.yaml --- simple.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple.yaml b/simple.yaml index b635d93..632382a 100644 --- a/simple.yaml +++ b/simple.yaml @@ -29,8 +29,11 @@ components: readOnly: true name: type: string + email: + type: string required: - name + - email paths: /api/v1.0/groups: post: