From 80db737a289b6285fd627e170c3d8af9567154ac Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Wed, 8 Nov 2023 09:55:47 -0500 Subject: [PATCH] Make RegToken.grants a JSON array. It isn't every touched by anything other than UserDecodePrivileges() and UserEncodePrivileges(). --- Schema/RegToken.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Schema/RegToken.json b/Schema/RegToken.json index 48f7090..12154ad 100644 --- a/Schema/RegToken.json +++ b/Schema/RegToken.json @@ -53,7 +53,7 @@ "type": "integer" }, "grants": { - "type": "[string]" + "type": "array" } }, "type": "struct"