Make RegToken.grants a JSON array.

It isn't every touched by anything other than UserDecodePrivileges() and UserEncodePrivileges().
This commit is contained in:
Jordan Bancino 2023-11-08 09:55:47 -05:00
parent a5c5dee375
commit 80db737a28
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
"type": "integer"
},
"grants": {
"type": "[string]"
"type": "array"
}
},
"type": "struct"