diff options
Diffstat (limited to 'openapi.yaml')
| -rw-r--r-- | openapi.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openapi.yaml b/openapi.yaml index a0348d9..a3f5776 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -53,7 +53,7 @@ components: type: object properties: user_id: - type: number + type: integer example: 123 username: type: string @@ -63,7 +63,6 @@ components: example: "John Doe" icon_path: type: string - nullable: true example: "/images/john.jpg" is_admin: type: boolean |
