Files
Lucas Fernandes Nogueira 57e3d43d96 feat(acl): generate schema for scope (#8690)
* feat(acl): generate schema for scope

* allow plugin to define its global scope schema

* refactor to use schemas folder instead of individual files

* change signature

* delete .schema.json files
2024-01-29 13:36:31 -03:00

9 lines
207 B
TOML

"$schema" = "schemas/schema.json"
[[permission]]
identifier = "allow-ping-scoped"
description = "Enables the ping command with a test scope."
commands.allow = ["ping"]
[[permission.scope.allow]]
path = "x"