mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49: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
|
format: E.ProofFormat.JSON
|
||||||
},
|
},
|
||||||
target: [{
|
target: [{
|
||||||
|
format: E.ClaimFormat.URI,
|
||||||
|
encoding: E.EntityEncodingFormat.PLAIN,
|
||||||
|
relation: E.ClaimRelation.CONTAINS,
|
||||||
|
path: ['person', 'biography', 'content']
|
||||||
|
}, {
|
||||||
format: E.ClaimFormat.URI,
|
format: E.ClaimFormat.URI,
|
||||||
encoding: E.EntityEncodingFormat.PLAIN,
|
encoding: E.EntityEncodingFormat.PLAIN,
|
||||||
relation: E.ClaimRelation.EQUALS,
|
relation: E.ClaimRelation.EQUALS,
|
||||||
|
|
Loading…
Reference in a new issue