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

Commit 0246675

Browse files
committed
Update offerings required claims
1 parent 9d3530d commit 0246675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/offeringData.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@ export const offeringDataKESToUSD: OfferingData = {
204204
fields: [
205205
{
206206
path: [
207-
'$.credentialSchema[*].id'
207+
'$.vc.credentialSchema[*].id'
208208
],
209209
filter: {
210210
type: 'string',
211211
const: 'https://vc.schemas.host/kcc.schema.json'
212212
}
213213
},
214214
{
215-
path: ['$.issuer'],
215+
path: ['$.vc.issuer'],
216216
filter: {
217217
type: 'string',
218218
const: issuer,

0 commit comments

Comments
 (0)