mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Change data structure
This commit is contained in:
parent
e2f9c2bae2
commit
061c834f84
4 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ const processURI = (uri, opts) => {
|
|||
claim: {
|
||||
fingerprint: null,
|
||||
format: 'uri',
|
||||
path: 'Answer.data',
|
||||
path: ['Answer', 'data'],
|
||||
relation: 'equals'
|
||||
},
|
||||
qr: null
|
||||
|
|
|
@ -37,7 +37,7 @@ const processURI = (uri, opts) => {
|
|||
claim: {
|
||||
fingerprint: null,
|
||||
format: 'uri',
|
||||
path: 'about',
|
||||
path: ['about'],
|
||||
relation: 'contains'
|
||||
},
|
||||
qr: null
|
||||
|
|
|
@ -37,7 +37,7 @@ const processURI = (uri, opts) => {
|
|||
claim: {
|
||||
fingerprint: null,
|
||||
format: 'message',
|
||||
path: null,
|
||||
path: [],
|
||||
relation: 'contains'
|
||||
},
|
||||
qr: null
|
||||
|
|
|
@ -39,7 +39,7 @@ const processURI = (uri, opts) => {
|
|||
claim: {
|
||||
fingerprint: null,
|
||||
format: 'message',
|
||||
path: null,
|
||||
path: [],
|
||||
relation: 'contains'
|
||||
},
|
||||
qr: null
|
||||
|
|
Loading…
Reference in a new issue