mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
feat: add github proof location
This commit is contained in:
parent
056ebd6d83
commit
2687742e23
1 changed files with 14 additions and 6 deletions
|
@ -53,12 +53,20 @@ export function processURI (uri) {
|
||||||
response: {
|
response: {
|
||||||
format: E.ProofFormat.JSON
|
format: E.ProofFormat.JSON
|
||||||
},
|
},
|
||||||
target: [{
|
target: [
|
||||||
format: E.ClaimFormat.URI,
|
{
|
||||||
encoding: E.EntityEncodingFormat.PLAIN,
|
format: E.ClaimFormat.URI,
|
||||||
relation: E.ClaimRelation.CONTAINS,
|
encoding: E.EntityEncodingFormat.PLAIN,
|
||||||
path: ['files', 'openpgp.md', 'content']
|
relation: E.ClaimRelation.CONTAINS,
|
||||||
}]
|
path: ['files', 'proof.md', 'content']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
format: E.ClaimFormat.URI,
|
||||||
|
encoding: E.EntityEncodingFormat.PLAIN,
|
||||||
|
relation: E.ClaimRelation.CONTAINS,
|
||||||
|
path: ['files', 'openpgp.md', 'content']
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue