Skip to content

Commit

Permalink
feat: [ocsf#1122] - visibility enum update by the convention
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJurka committed Jul 26, 2024
1 parent 65f319f commit ff3336a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -4859,15 +4859,15 @@
"description": "Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership.",
"type": "integer_t",
"enum": {
"0": {
"1": {
"caption": "Private",
"description": "The group is private."
},
"1": {
"2": {
"caption": "Public",
"description": "The group is public."
},
"2": {
"3": {
"caption": "HiddenMembership",
"description": "The group is hidden."
}
Expand Down

0 comments on commit ff3336a

Please sign in to comment.