mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Add ORCID biography as possible proof location
This commit is contained in:
parent
0dd0d91104
commit
7fe9d29690
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ export function processURI (uri) {
|
|||
format: E.ProofFormat.JSON
|
||||
},
|
||||
target: [{
|
||||
format: E.ClaimFormat.URI,
|
||||
encoding: E.EntityEncodingFormat.PLAIN,
|
||||
relation: E.ClaimRelation.CONTAINS,
|
||||
path: ['person', 'biography', 'content']
|
||||
}, {
|
||||
format: E.ClaimFormat.URI,
|
||||
encoding: E.EntityEncodingFormat.PLAIN,
|
||||
relation: E.ClaimRelation.EQUALS,
|
||||
|
|
Loading…
Reference in a new issue