User.username also required

This commit is contained in:
Ralf Peschke 2021-04-14 15:29:28 +02:00
parent dea8e98e28
commit 29304f34f2
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,9 @@ organisation:
user:
id: number
username: string
username:
type: string
required: true
title: string
first_name: string
last_name: string