Skip to content

Commit

Permalink
chore: updates policies examples (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored May 23, 2024
1 parent d621224 commit a33c1a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/usage/management-api-walkthrough/02_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Content-Type: application/json
"constraint": {
"leftOperand": "FrameworkAgreement",
"operator": "eq",
"rightOperand": "pcf"
"rightOperand": "Pcf:<version>"
}
}
]
Expand Down Expand Up @@ -233,7 +233,7 @@ Agreement. The signing of the Agreement should be checked at the time of contrac
"constraint": {
"leftOperand": "FrameworkAgreement",
"operator": "eq",
"rightOperand": "traceability"
"rightOperand": "Traceability:<version>"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/management-api-walkthrough/07_edrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Content-Type: application/json
"or": {
"leftOperand": "FrameworkAgreement",
"operator": "eq",
"rightOperand": "pcf"
"rightOperand": "Pcf:<version>"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A Contract Agreement looks like this:
"odrl:operator": {
"@id": "odrl:eq"
},
"odrl:rightOperand": "pcf"
"odrl:rightOperand": "Pcf"
}
}
},
Expand Down

0 comments on commit a33c1a2

Please sign in to comment.