Skip to content

Commit

Permalink
Mark groupid as possibly null
Browse files Browse the repository at this point in the history
  • Loading branch information
shawninder authored and seanh committed May 10, 2023
1 parent 2a13d77 commit a153741
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/_extra/api-reference/schemas/group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ Group:
id:
type: string
groupid:
type: string
description: >
Authority-unique identifier that may be set for groups that
are owned by a third-party authority. This field is currently present
but unused for first-party-authority groups.
oneOf:
- type: string
description: >
Authority-unique identifier that may be set for groups that
are owned by a third-party authority. This field is currently present
but unused for first-party-authority groups.
- type: null
name:
type: string
links:
Expand Down

0 comments on commit a153741

Please sign in to comment.