Skip to content

Commit

Permalink
fix: change context url
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasalfiti authored and nitin-vavdiya committed May 14, 2024
1 parent 069a7d3 commit fa9ee4b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class HoldersCredentialControllerApiDocs {
"@context":
[
"https://www.w3.org/2018/credentials/v1",
"https://catenax-ng.github.io/product-core-schemas/SummaryVC.json",
"https://eclipse-tractusx.github.io/tractusx-profiles/cx/context/credentials.context.json",
"https://w3id.org/security/suites/jws-2020/v1"
],
"id": "did:web:localhost:BPNL000000000000#954d43de-ebed-481d-9e35-e3bbb311b8f5",
Expand Down Expand Up @@ -162,7 +162,7 @@ public class HoldersCredentialControllerApiDocs {
"@context":
[
"https://www.w3.org/2018/credentials/v1",
"https://catenax-ng.github.io/product-core-schemas/businessPartnerData.json",
"https://eclipse-tractusx.github.io/tractusx-profiles/cx/context/credentials.context.json",
"https://w3id.org/security/suites/jws-2020/v1"
],
"id": "did:web:localhost:BPNL000000000000#319a2641-9407-4c39-bf51-a4a109b59604",
Expand Down Expand Up @@ -256,7 +256,7 @@ public class HoldersCredentialControllerApiDocs {
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://catenax-ng.github.io/product-core-schemas/businessPartnerData.json",
"https://eclipse-tractusx.github.io/tractusx-profiles/cx/context/credentials.context.json",
"https://w3id.org/security/suites/jws-2020/v1"
],
"id": "did:web:localhost:BPNL000000000000#f73e3631-ba87-4a03-bea3-b28700056879",
Expand Down
Loading

0 comments on commit fa9ee4b

Please sign in to comment.