Skip to content

Commit e7f5864

Browse files
authored
Merge pull request #297 from elf-pavlik/fix/248
snippets: removed dataOwner when scope All
2 parents 37640b0 + 8c9198c commit e7f5864

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

proposals/specification/snippets/alice.example/54a1b6a0.ttl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ PREFIX pm-shapetrees: <http://data.example/shapetrees/pm#>
1111

1212
alice-authorization:54a1b6a0
1313
a interop:DataAuthorization ;
14-
interop:dataOwner alice:\#id ;
1514
interop:grantee projectron:\#id ;
1615
interop:registeredShapeTree pm-shapetrees:ProjectTree ;
1716
interop:accessMode acl:Read, acl:Create ;

proposals/specification/snippets/alice.example/b42228af.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ alice-bob:b42228af
1919
interop:satisfiesAccessNeed projectron:\#ac54ff1e ;
2020
interop:accessMode acl:Read, acl:Create ;
2121
interop:creatorAccessMode acl:Update, acl:Delete ;
22-
interop:scopeOfGrant interop:All .
22+
interop:scopeOfGrant interop:AllFromRegistry .

proposals/specification/snippets/alice.example/f800b10c.ttl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ PREFIX alice-agents: <https://alice.example/agents/>
1212

1313
alice-authorization:f800b10c
1414
a interop:DataAuthorization ;
15-
interop:dataOwner alice:\#id ;
1615
interop:grantee bob:\#id ;
1716
interop:registeredShapeTree pm-shapetrees:ProjectTree ;
1817
interop:satisfiesAccessNeed projectron:\#ac54ff1e ;

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
3.7
1+
3.8
22

0 commit comments

Comments
 (0)