Permissions.ModePermission modes control the overall behavior of the permission system.
jsont is the Jsont codec for permission modes. Wire format uses camelCase: "default", "acceptEdits", "plan", "bypassPermissions".
val to_string : t -> stringto_string t converts a mode to its wire format string representation.
val of_string : string -> tof_string s parses a mode from its wire format string representation.