Skip to content

Commit

Permalink
chore: Update activity anchors context
Browse files Browse the repository at this point in the history
Added AnchorLink to context which defines the fields in the credential subject of an anchor credential.

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
  • Loading branch information
bstasyszyn committed Aug 25, 2022
1 parent 03b2f10 commit b6a47f1
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 b6a47f1

Please sign in to comment.