Skip to content

Commit

Permalink
fix: change schema name in schema builder (#644)
Browse files Browse the repository at this point in the history
* feat: added w3c schema

Signed-off-by: tipusinghaw <[email protected]>

* feat: added interface

Signed-off-by: tipusinghaw <[email protected]>

* fix: schema dto

Signed-off-by: tipusinghaw <[email protected]>

* fix: sonar cloud issue

Signed-off-by: tipusinghaw <[email protected]>

* fix: changed the interface of create schema

Signed-off-by: tipusinghaw <[email protected]>

* fix: multiple error messages

Signed-off-by: tipusinghaw <[email protected]>

* refactor: changed API key fetching logic

Signed-off-by: tipusinghaw <[email protected]>

* fix: logger issue

Signed-off-by: tipusinghaw <[email protected]>

* feat: W3C schema builder

Signed-off-by: tipusinghaw <[email protected]>

* fix: required message

Signed-off-by: tipusinghaw <[email protected]>

* refactor: Added error handling for schema builder

Signed-off-by: tipusinghaw <[email protected]>

* fix: schema name in schema builder

Signed-off-by: tipusinghaw <[email protected]>

---------

Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
tipusinghaw authored and KulkarniShashank committed Sep 11, 2024
1 parent 4440892 commit 1945007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger/src/schema/schema.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export class SchemaService extends BaseService {
$ref: '#/definitions/VerifiableCredential'
},
{
const: '#/definitions/$AAdharCard'
const: `#/definitions/$${schemaName}`
}
]
}
Expand Down

0 comments on commit 1945007

Please sign in to comment.