Skip to content

Commit

Permalink
Update offerings required claims
Browse files Browse the repository at this point in the history
  • Loading branch information
acekyd committed Aug 22, 2024
1 parent 9d3530d commit 0246675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/offeringData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,15 @@ export const offeringDataKESToUSD: OfferingData = {
fields: [
{
path: [
'$.credentialSchema[*].id'
'$.vc.credentialSchema[*].id'
],
filter: {
type: 'string',
const: 'https://vc.schemas.host/kcc.schema.json'
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down

0 comments on commit 0246675

Please sign in to comment.