Skip to content

Commit

Permalink
update oas
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Dec 11, 2024
1 parent 5fbe4e8 commit 739fad7
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9936,18 +9936,22 @@ components:
properties:
id:
anyOf:
- type: string
- type: integer
exclusiveMinimum: true
minimum: 0
- type: 'null'
title: Id
description: the user id
description: the user's id
userName:
type: string
maxLength: 100
minLength: 1
title: Username
gid:
anyOf:
- type: string
- type: integer
exclusiveMinimum: true
minimum: 0
- type: 'null'
title: Gid
description: the user primary gid
Expand Down

0 comments on commit 739fad7

Please sign in to comment.