Skip to content

Commit

Permalink
fixed name->left operand
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed Feb 3, 2017
1 parent af9ba8c commit 65d4ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion model/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var respecConfig = {
specStatus: "ED",
shortName: "odrl-model",
publishDate: "2017-02-02",
publishDate: "2017-02-03",
editors: [
{ name: "Renato Iannella",
url: "https://au.linkedin.com/in/riannella",
Expand Down
4 changes: 2 additions & 2 deletions model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ <h3>Duty</h3>
"unit": "http://cvx.iptc.org/iso4217a/AUD"
}],
"constraint": [{
"name": "odrl:event",
"leftOperand": "odrl:event",
"operator": "odrl:lt",
"rightOperand": "odrl:policyUsage"
}]
Expand All @@ -893,7 +893,7 @@ <h3>Duty</h3>
<span class="hljs-string">"target"</span>: <span class="hljs-string">"http://example.com/personal-data:77"</span>,
<span class="hljs-string">"action"</span>: <span class="hljs-string">"odrl:distribute"</span>,
<span class="hljs-string">"constraint"</span>: [{
<span class="hljs-string">"name"</span>: <span class="hljs-string">"odrl:purpose"</span>,
<span class="hljs-string">"leftOperand"</span>: <span class="hljs-string">"odrl:purpose"</span>,
<span class="hljs-string">"operator"</span>: <span class="hljs-string">"odrl:eq"</span>,
<span class="hljs-string">"rightOperand"</span>: <span class="hljs-string">"http://www.w3.org/2002/01/P3Pv1:contact"</span>
}],
Expand Down

0 comments on commit 65d4ffd

Please sign in to comment.