Skip to content

Commit 1304cbf

Browse files
Add email field to user schema in simple.yaml
1 parent 6ea0a97 commit 1304cbf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

simple.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ components:
2929
readOnly: true
3030
name:
3131
type: string
32+
email:
33+
type: string
3234
required:
3335
- name
36+
- email
3437
paths:
3538
/api/v1.0/groups:
3639
post:

0 commit comments

Comments
 (0)