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
Copy file name to clipboardExpand all lines: odrl/odrl.lisp
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,10 @@ simply be down cased."
114
114
:reader target) ; odrl:target
115
115
(assignee :initarg:assignee
116
116
:type party-collection
117
-
:reader assignee)) ; odrl:assignee
117
+
:reader assignee) ; odrl:assignee
118
+
(scopes :initarg:scopes
119
+
:typelist
120
+
:reader scopes))
118
121
(:documentation"An ODRL rule combines the common parts for permissions, prohibitions, and duties. In contrast to the ODRL specification we allow a rule to specify multiple actions, as `acl::access-grant's allows multiple usages to be specified."))
0 commit comments