Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit bfc6354

Browse files
committed
update input descriptors
1 parent 0246675 commit bfc6354

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/offeringData.ts

+20-20
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const offeringDataGHSToUSDC: OfferingData = {
5454
fields: [
5555
{
5656
path: [
57-
'$.credentialSchema[*].id'
57+
'$.vc.credentialSchema.id'
5858
],
5959
filter: {
6060
type: 'string',
@@ -126,7 +126,7 @@ export const offeringDataNGNToKES: OfferingData = {
126126
fields: [
127127
{
128128
path: [
129-
'$.credentialSchema[*].id'
129+
'$.vc.credentialSchema.id'
130130
],
131131
filter: {
132132
type: 'string',
@@ -204,7 +204,7 @@ export const offeringDataKESToUSD: OfferingData = {
204204
fields: [
205205
{
206206
path: [
207-
'$.vc.credentialSchema[*].id'
207+
'$.vc.credentialSchema.id'
208208
],
209209
filter: {
210210
type: 'string',
@@ -297,7 +297,7 @@ export const offeringDataUSDToKES: OfferingData = {
297297
fields: [
298298
{
299299
path: [
300-
'$.credentialSchema[*].id'
300+
'$.vc.credentialSchema.id'
301301
],
302302
filter: {
303303
type: 'string',
@@ -375,7 +375,7 @@ export const offeringDataKESToUSD2: OfferingData = {
375375
fields: [
376376
{
377377
path: [
378-
'$.credentialSchema[*].id'
378+
'$.vc.credentialSchema.id'
379379
],
380380
filter: {
381381
type: 'string',
@@ -447,7 +447,7 @@ export const offeringDataKESToUSDC: OfferingData = {
447447
fields: [
448448
{
449449
path: [
450-
'$.credentialSchema[*].id'
450+
'$.vc.credentialSchema.id'
451451
],
452452
filter: {
453453
type: 'string',
@@ -519,7 +519,7 @@ export const offeringDataNGNToGHS: OfferingData = {
519519
fields: [
520520
{
521521
path: [
522-
'$.credentialSchema[*].id'
522+
'$.vc.credentialSchema.id'
523523
],
524524
filter: {
525525
type: 'string',
@@ -606,7 +606,7 @@ export const offeringDataBTCToNGN: OfferingData = {
606606
fields: [
607607
{
608608
path: [
609-
'$.credentialSchema[*].id'
609+
'$.vc.credentialSchema.id'
610610
],
611611
filter: {
612612
type: 'string',
@@ -705,7 +705,7 @@ export const offeringDataUSDToEUR: OfferingData = {
705705
fields: [
706706
{
707707
path: [
708-
'$.credentialSchema[*].id'
708+
'$.vc.credentialSchema.id'
709709
],
710710
filter: {
711711
type: 'string',
@@ -804,7 +804,7 @@ export const offeringDataEURToUSD: OfferingData = {
804804
fields: [
805805
{
806806
path: [
807-
'$.credentialSchema[*].id'
807+
'$.vc.credentialSchema.id'
808808
],
809809
filter: {
810810
type: 'string',
@@ -903,7 +903,7 @@ export const offeringDataUSDToGBP: OfferingData = {
903903
fields: [
904904
{
905905
path: [
906-
'$.credentialSchema[*].id'
906+
'$.vc.credentialSchema.id'
907907
],
908908
filter: {
909909
type: 'string',
@@ -996,7 +996,7 @@ export const offeringDataUSDToBTC: OfferingData = {
996996
fields: [
997997
{
998998
path: [
999-
'$.credentialSchema[*].id'
999+
'$.vc.credentialSchema.id'
10001000
],
10011001
filter: {
10021002
type: 'string',
@@ -1094,7 +1094,7 @@ export const offeringDataEURToUSD2: OfferingData = {
10941094
fields: [
10951095
{
10961096
path: [
1097-
'$.credentialSchema[*].id'
1097+
'$.vc.credentialSchema.id'
10981098
],
10991099
filter: {
11001100
type: 'string',
@@ -1187,7 +1187,7 @@ export const offeringDataEURToUSDC: OfferingData = {
11871187
fields: [
11881188
{
11891189
path: [
1190-
'$.credentialSchema[*].id'
1190+
'$.vc.credentialSchema.id'
11911191
],
11921192
filter: {
11931193
type: 'string',
@@ -1286,7 +1286,7 @@ export const offeringDataUSDToEUR2: OfferingData = {
12861286
fields: [
12871287
{
12881288
path: [
1289-
'$.credentialSchema[*].id'
1289+
'$.vc.credentialSchema.id'
12901290
],
12911291
filter: {
12921292
type: 'string',
@@ -1385,7 +1385,7 @@ export const offeringDataEURToGBP: OfferingData = {
13851385
fields: [
13861386
{
13871387
path: [
1388-
'$.credentialSchema[*].id'
1388+
'$.vc.credentialSchema.id'
13891389
],
13901390
filter: {
13911391
type: 'string',
@@ -1483,7 +1483,7 @@ export const offeringDataUSDToAUD: OfferingData = {
14831483
fields: [
14841484
{
14851485
path: [
1486-
'$.credentialSchema[*].id'
1486+
'$.vc.credentialSchema.id'
14871487
],
14881488
filter: {
14891489
type: 'string',
@@ -1582,7 +1582,7 @@ export const offeringDataUSDToGBP2: OfferingData = {
15821582
fields: [
15831583
{
15841584
path: [
1585-
'$.credentialSchema[*].id'
1585+
'$.vc.credentialSchema.id'
15861586
],
15871587
filter: {
15881588
type: 'string',
@@ -1675,7 +1675,7 @@ export const offeringDataUSDToKES2: OfferingData = {
16751675
fields: [
16761676
{
16771677
path: [
1678-
'$.credentialSchema[*].id'
1678+
'$.vc.credentialSchema.id'
16791679
],
16801680
filter: {
16811681
type: 'string',
@@ -1774,7 +1774,7 @@ export const offeringDataUSDToMXN: OfferingData = {
17741774
fields: [
17751775
{
17761776
path: [
1777-
'$.credentialSchema[*].id'
1777+
'$.vc.credentialSchema.id'
17781778
],
17791779
filter: {
17801780
type: 'string',

0 commit comments

Comments
 (0)