Skip to content

Commit

Permalink
Merge pull request #120 from bstasyszyn/anchorcontext
Browse files Browse the repository at this point in the history
chore: Update activity anchors context
  • Loading branch information
fqutishat authored Aug 25, 2022
2 parents 03b2f10 + b6a47f1 commit c395321
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions internal/pkg/ldcontext/payload/activity-anchors-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,18 @@
"type": "@type"
}
},
"anchor": "https://w3id.org/activityanchors#anchor",
"profile": "https://w3id.org/activityanchors#profile"
"AnchorLink": {
"@id": "https://w3id.org/activityanchors#AnchorLink",
"@context": {
"@version": 1.1,
"@protected": true,
"type": "@type",
"href": "https://w3id.org/activityanchors#href",
"anchor": "https://w3id.org/activityanchors#anchor",
"profile": "https://w3id.org/activityanchors#profile",
"rel": "https://w3id.org/activityanchors#rel"
}
}
}
}
}

0 comments on commit c395321

Please sign in to comment.