cedar-policy / cedar-docs

Documentation for Cedar policy language
https://docs.cedarpolicy.com
Apache License 2.0
24 stars 23 forks source link

Schema grammar omits `memberOf` property of actions #46

Closed max2me closed 11 months ago

max2me commented 1 year ago

Action grammar is defined as Action : STR ':' '{' '"appliesTo": {' PrincipalTypes? ResourceTypes? Context? '}'

but actions can also be members of other actions and, as such, should include memberOf property.