Skip to content

Commit

Permalink
fix: update credential types for AlpsTourReservation, HotelReservatio…
Browse files Browse the repository at this point in the history
…n, and TaxReceipt
  • Loading branch information
dinkar-jain committed Jan 31, 2025
1 parent af16538 commit 4898c99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/1.credentials/AlpsTourReservation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"type": [
"VerifiableCredential",
"VerifiableAlpsTourReservation"
"AlpsTourReservation"
],
"credentialSchema": {
"id": "https://insert-link",
Expand Down
2 changes: 1 addition & 1 deletion src/content/1.credentials/HotelReservation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"type": [
"VerifiableCredential",
"VerifiableHotelReservation"
"HotelReservation"
],
"credentialSchema": {
"id": "https://insert-link",
Expand Down
2 changes: 1 addition & 1 deletion src/content/1.credentials/TaxReceipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"type": [
"VerifiableCredential",
"VerifiableTaxReceipt"
"TaxReceipt"
],
"credentialSchema": {
"id": "https://insert-link",
Expand Down

0 comments on commit 4898c99

Please sign in to comment.