Policy: Unrestricted
{
"@context": {
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"odrl": "http://www.w3.org/ns/odrl/2/"
},
"@type": "PolicyDefinitionDto",
"@id": "unrestricted",
"edc:policy": {
"odrl:permission": [
{
"odrl:action": {
"odrl:type": "USE"
}
}
]
}
}Last updated
Was this helpful?
