@@ -54,7 +54,7 @@ export const offeringDataGHSToUSDC: OfferingData = {
54
54
fields : [
55
55
{
56
56
path : [
57
- '$.credentialSchema[*] .id'
57
+ '$.vc. credentialSchema.id'
58
58
] ,
59
59
filter : {
60
60
type : 'string' ,
@@ -126,7 +126,7 @@ export const offeringDataNGNToKES: OfferingData = {
126
126
fields : [
127
127
{
128
128
path : [
129
- '$.credentialSchema[*] .id'
129
+ '$.vc. credentialSchema.id'
130
130
] ,
131
131
filter : {
132
132
type : 'string' ,
@@ -204,7 +204,7 @@ export const offeringDataKESToUSD: OfferingData = {
204
204
fields : [
205
205
{
206
206
path : [
207
- '$.vc.credentialSchema[*] .id'
207
+ '$.vc.credentialSchema.id'
208
208
] ,
209
209
filter : {
210
210
type : 'string' ,
@@ -297,7 +297,7 @@ export const offeringDataUSDToKES: OfferingData = {
297
297
fields : [
298
298
{
299
299
path : [
300
- '$.credentialSchema[*] .id'
300
+ '$.vc. credentialSchema.id'
301
301
] ,
302
302
filter : {
303
303
type : 'string' ,
@@ -375,7 +375,7 @@ export const offeringDataKESToUSD2: OfferingData = {
375
375
fields : [
376
376
{
377
377
path : [
378
- '$.credentialSchema[*] .id'
378
+ '$.vc. credentialSchema.id'
379
379
] ,
380
380
filter : {
381
381
type : 'string' ,
@@ -447,7 +447,7 @@ export const offeringDataKESToUSDC: OfferingData = {
447
447
fields : [
448
448
{
449
449
path : [
450
- '$.credentialSchema[*] .id'
450
+ '$.vc. credentialSchema.id'
451
451
] ,
452
452
filter : {
453
453
type : 'string' ,
@@ -519,7 +519,7 @@ export const offeringDataNGNToGHS: OfferingData = {
519
519
fields : [
520
520
{
521
521
path : [
522
- '$.credentialSchema[*] .id'
522
+ '$.vc. credentialSchema.id'
523
523
] ,
524
524
filter : {
525
525
type : 'string' ,
@@ -606,7 +606,7 @@ export const offeringDataBTCToNGN: OfferingData = {
606
606
fields : [
607
607
{
608
608
path : [
609
- '$.credentialSchema[*] .id'
609
+ '$.vc. credentialSchema.id'
610
610
] ,
611
611
filter : {
612
612
type : 'string' ,
@@ -705,7 +705,7 @@ export const offeringDataUSDToEUR: OfferingData = {
705
705
fields : [
706
706
{
707
707
path : [
708
- '$.credentialSchema[*] .id'
708
+ '$.vc. credentialSchema.id'
709
709
] ,
710
710
filter : {
711
711
type : 'string' ,
@@ -804,7 +804,7 @@ export const offeringDataEURToUSD: OfferingData = {
804
804
fields : [
805
805
{
806
806
path : [
807
- '$.credentialSchema[*] .id'
807
+ '$.vc. credentialSchema.id'
808
808
] ,
809
809
filter : {
810
810
type : 'string' ,
@@ -903,7 +903,7 @@ export const offeringDataUSDToGBP: OfferingData = {
903
903
fields : [
904
904
{
905
905
path : [
906
- '$.credentialSchema[*] .id'
906
+ '$.vc. credentialSchema.id'
907
907
] ,
908
908
filter : {
909
909
type : 'string' ,
@@ -996,7 +996,7 @@ export const offeringDataUSDToBTC: OfferingData = {
996
996
fields : [
997
997
{
998
998
path : [
999
- '$.credentialSchema[*] .id'
999
+ '$.vc. credentialSchema.id'
1000
1000
] ,
1001
1001
filter : {
1002
1002
type : 'string' ,
@@ -1094,7 +1094,7 @@ export const offeringDataEURToUSD2: OfferingData = {
1094
1094
fields : [
1095
1095
{
1096
1096
path : [
1097
- '$.credentialSchema[*] .id'
1097
+ '$.vc. credentialSchema.id'
1098
1098
] ,
1099
1099
filter : {
1100
1100
type : 'string' ,
@@ -1187,7 +1187,7 @@ export const offeringDataEURToUSDC: OfferingData = {
1187
1187
fields : [
1188
1188
{
1189
1189
path : [
1190
- '$.credentialSchema[*] .id'
1190
+ '$.vc. credentialSchema.id'
1191
1191
] ,
1192
1192
filter : {
1193
1193
type : 'string' ,
@@ -1286,7 +1286,7 @@ export const offeringDataUSDToEUR2: OfferingData = {
1286
1286
fields : [
1287
1287
{
1288
1288
path : [
1289
- '$.credentialSchema[*] .id'
1289
+ '$.vc. credentialSchema.id'
1290
1290
] ,
1291
1291
filter : {
1292
1292
type : 'string' ,
@@ -1385,7 +1385,7 @@ export const offeringDataEURToGBP: OfferingData = {
1385
1385
fields : [
1386
1386
{
1387
1387
path : [
1388
- '$.credentialSchema[*] .id'
1388
+ '$.vc. credentialSchema.id'
1389
1389
] ,
1390
1390
filter : {
1391
1391
type : 'string' ,
@@ -1483,7 +1483,7 @@ export const offeringDataUSDToAUD: OfferingData = {
1483
1483
fields : [
1484
1484
{
1485
1485
path : [
1486
- '$.credentialSchema[*] .id'
1486
+ '$.vc. credentialSchema.id'
1487
1487
] ,
1488
1488
filter : {
1489
1489
type : 'string' ,
@@ -1582,7 +1582,7 @@ export const offeringDataUSDToGBP2: OfferingData = {
1582
1582
fields : [
1583
1583
{
1584
1584
path : [
1585
- '$.credentialSchema[*] .id'
1585
+ '$.vc. credentialSchema.id'
1586
1586
] ,
1587
1587
filter : {
1588
1588
type : 'string' ,
@@ -1675,7 +1675,7 @@ export const offeringDataUSDToKES2: OfferingData = {
1675
1675
fields : [
1676
1676
{
1677
1677
path : [
1678
- '$.credentialSchema[*] .id'
1678
+ '$.vc. credentialSchema.id'
1679
1679
] ,
1680
1680
filter : {
1681
1681
type : 'string' ,
@@ -1774,7 +1774,7 @@ export const offeringDataUSDToMXN: OfferingData = {
1774
1774
fields : [
1775
1775
{
1776
1776
path : [
1777
- '$.credentialSchema[*] .id'
1777
+ '$.vc. credentialSchema.id'
1778
1778
] ,
1779
1779
filter : {
1780
1780
type : 'string' ,
0 commit comments