Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit fa9ee4b

Browse files
mustafasalfitinitin-vavdiya
authored andcommitted
fix: change context url
1 parent 069a7d3 commit fa9ee4b

File tree

4 files changed

+40
-40
lines changed

4 files changed

+40
-40
lines changed

src/main/java/org/eclipse/tractusx/managedidentitywallets/apidocs/HoldersCredentialControllerApiDocs.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class HoldersCredentialControllerApiDocs {
8282
"@context":
8383
[
8484
"https://www.w3.org/2018/credentials/v1",
85-
"https://catenax-ng.github.io/product-core-schemas/SummaryVC.json",
85+
"https://eclipse-tractusx.github.io/tractusx-profiles/cx/context/credentials.context.json",
8686
"https://w3id.org/security/suites/jws-2020/v1"
8787
],
8888
"id": "did:web:localhost:BPNL000000000000#954d43de-ebed-481d-9e35-e3bbb311b8f5",
@@ -162,7 +162,7 @@ public class HoldersCredentialControllerApiDocs {
162162
"@context":
163163
[
164164
"https://www.w3.org/2018/credentials/v1",
165-
"https://catenax-ng.github.io/product-core-schemas/businessPartnerData.json",
165+
"https://eclipse-tractusx.github.io/tractusx-profiles/cx/context/credentials.context.json",
166166
"https://w3id.org/security/suites/jws-2020/v1"
167167
],
168168
"id": "did:web:localhost:BPNL000000000000#319a2641-9407-4c39-bf51-a4a109b59604",
@@ -256,7 +256,7 @@ public class HoldersCredentialControllerApiDocs {
256256
{
257257
"@context": [
258258
"https://www.w3.org/2018/credentials/v1",
259-
"https://catenax-ng.github.io/product-core-schemas/businessPartnerData.json",
259+
"https://eclipse-tractusx.github.io/tractusx-profiles/cx/context/credentials.context.json",
260260
"https://w3id.org/security/suites/jws-2020/v1"
261261
],
262262
"id": "did:web:localhost:BPNL000000000000#f73e3631-ba87-4a03-bea3-b28700056879",

0 commit comments

Comments
 (0)