-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed state resource and state machine validation.
- Loading branch information
1 parent
be2aee9
commit d4ca83e
Showing
8 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
This document specifies a JSON object called a "PermissionsTree Resource Config". | ||
This document specifies a JSON object called a "New Role". | ||
A New Role MUST have a string field named "roleId". | ||
A New Role MAY have a string field named "label". | ||
A New Role MAY have a string field named "description". | ||
A New Role MAY have a string-array field named "inherits". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
This document specifies a JSON object called a "PermissionsTree Resource Config". | ||
This document specifies a JSON object called a "Permission Grant". | ||
A Permission Grant MUST have a string field named "roleId". | ||
A Permission Grant MUST have a string field named "stateMachine". | ||
A Permission Grant MUST have a string-array field named "action". |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
lib/components/state-resources/refresh-permissions/schema.j2119
This file was deleted.
Oops, something went wrong.