diff options
Diffstat (limited to 'openapi/fortee.yaml')
| -rw-r--r-- | openapi/fortee.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openapi/fortee.yaml b/openapi/fortee.yaml index a27c721..707a29b 100644 --- a/openapi/fortee.yaml +++ b/openapi/fortee.yaml @@ -34,5 +34,13 @@ paths: loggedIn: type: boolean example: true + user: + type: object + properties: + username: + type: string + example: "john" + required: + - username required: - loggedIn |
