Skip to content

Commit c395321

Browse files
author
Firas Qutishat
authored
Merge pull request #120 from bstasyszyn/anchorcontext
chore: Update activity anchors context
2 parents 03b2f10 + b6a47f1 commit c395321

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

internal/pkg/ldcontext/payload/activity-anchors-v1.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,18 @@
3232
"type": "@type"
3333
}
3434
},
35-
"anchor": "https://w3id.org/activityanchors#anchor",
36-
"profile": "https://w3id.org/activityanchors#profile"
35+
"AnchorLink": {
36+
"@id": "https://w3id.org/activityanchors#AnchorLink",
37+
"@context": {
38+
"@version": 1.1,
39+
"@protected": true,
40+
"type": "@type",
41+
"href": "https://w3id.org/activityanchors#href",
42+
"anchor": "https://w3id.org/activityanchors#anchor",
43+
"profile": "https://w3id.org/activityanchors#profile",
44+
"rel": "https://w3id.org/activityanchors#rel"
45+
}
46+
}
3747
}
3848
}
3949
}

0 commit comments

Comments
 (0)