Skip to content

Commit

Permalink
fix(group): specify some GroupMember fields are nullable
Browse files Browse the repository at this point in the history
Specify that some recently added GroupMember fields are nullable
through observeration of api responses.
  • Loading branch information
ttshivers committed Oct 20, 2024
1 parent b9eaff9 commit 03ae889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion openapi/components/schemas/GroupMember.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ type: object
properties:
acceptedByDisplayName:
type: string
nullable: true
acceptedById:
$ref: ./UserID.yaml
type: string
nullable: true
id:
$ref: ./GroupMemberID.yaml
groupId:
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/GroupMyMember.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties:
type: string
nullable: true
acceptedById:
$ref: ./UserID.yaml
type: string
nullable: true
createdAt:
type: string
Expand Down

0 comments on commit 03ae889

Please sign in to comment.