File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 77 A group within Schoolbox.
88
99 This contains some of the folder's fields in this context.
10- type : object
11- properties :
12- $ref : ../schemas/userGroupMembership-readableFields.yaml
10+ type : array
11+ items :
12+ type : object
13+ properties :
14+ $ref : ../schemas/userGroupMembership-readableFields.yaml
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ properties:
1616
1717 groups :
1818 description : |
19- This user's group memberships indexed by folder ID of the groups.
20- type : object
21- additionalProperties :
19+ This user's group memberships
20+ type : array
21+ items :
22+ type : object
2223 title : Group Membership
2324 description : |
2425 A group within Schoolbox.
2526
2627 This contains some of the folder's fields in this context.
27- type : object
2828 properties :
2929 $ref : ../schemas/userGroupMembership-readableFields.yaml
3030
You can’t perform that action at this time.
0 commit comments