You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
collaborators?: bool|*false// Listed collaborators can post updated versions
52
+
collaborators: "collaborators"|"ref"|*"excluded"// Listed collaborators can post updated versions based on the metadata field as a source of collaborators information
53
53
author: bool|*true// The original author can post updated versions
54
-
any?: bool|*false// Anyone with the correct role can post updated versions
55
54
}
56
55
57
56
#allowedSigners: {
58
57
// Who is allowed to sign a new document
59
58
// TODO: Import roles from a role definition configuration.
60
59
roles: #allowedRoles
61
60
62
-
// Limited to the same signer as the document referenced
63
-
referenced?: bool|*false
64
-
65
61
// Who is allowed to sign an update to an existing document.
0 commit comments