Skip to content

Commit

Permalink
Add missing predicates to interop JSON-LD context
Browse files Browse the repository at this point in the history
  • Loading branch information
srosset81 committed Jan 10, 2025
1 parent b2e3423 commit 36d0e5a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"interop:grantee": {
"@type": "@id"
},
"interop:hasAccessAuthorization": {
"@type": "@id"
},
"interop:hasAccessGrant": {
"@type": "@id"
},
Expand All @@ -48,6 +51,9 @@
"interop:satisfiesAccessNeed": {
"@type": "@id"
},
"interop:scopeOfAuthorization": {
"@type": "@id"
},
"interop:scopeOfGrant": {
"@type": "@id"
},
Expand Down

0 comments on commit 36d0e5a

Please sign in to comment.