Skip to content

Commit

Permalink
Merge pull request #20 from matgnt/separate-namespaces
Browse files Browse the repository at this point in the history
Separate tractusx and catenax namespace
  • Loading branch information
jimmarino authored Mar 14, 2024
2 parents a4369e7 + e408223 commit 2398ec5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions cx/credentials/specs/specification.changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
4. Create separate policy context using the URI: https://w3id.org/catenax/policy/v1.0.0
5. Create JSON Schema definitions for all credentials using the URI: https://w3id.org/catenax/schemas/v1.0.0/
6. Adopt JWT-based VCs using JWS algorithm `ES256K` and JWK curve `secp256k1`
7. Separate namespaces for `tractusx` and `catenax`
2 changes: 1 addition & 1 deletion cx/policy/samples/policy.sample.contract.reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"@vocab": "https://w3id.org/edc/v0.0.1/ns/"
},
"https://w3id.org/catenax/policy/v1.0.0",
"https://w3id.org/tractusx/policy/v1.0.0",
"http://www.w3.org/ns/odrl.jsonld"
],
"@id": "definition-id",
Expand Down
2 changes: 1 addition & 1 deletion cx/policy/samples/policy.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"@vocab": "https://w3id.org/edc/v0.0.1/ns/"
},
"https://w3id.org/catenax/policy/v1.0.0",
"https://w3id.org/tractusx/policy/v1.0.0",
"http://www.w3.org/ns/odrl.jsonld"
],
"@id": "definition-id",
Expand Down
2 changes: 1 addition & 1 deletion cx/policy/samples/policy.sample.purpose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"@vocab": "https://w3id.org/edc/v0.0.1/ns/"
},
"https://w3id.org/catenax/policy/v1.0.0",
"https://w3id.org/tractusx/policy/v1.0.0",
"http://www.w3.org/ns/odrl.jsonld"
],
"@id": "definition-id",
Expand Down
2 changes: 1 addition & 1 deletion cx/policy/specs/policy.definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ an active signed traceability agreement:
{
"@context": [
"https://www.w3.org/ns/odrl.jsonld",
"https://w3id.org/catenax/policy/v1.0.0"
"https://w3id.org/tractusx/policy/v1.0.0"
],
"@type": "Offer",
"@id": "a343fcbf-99fc-4ce8-8e9b-148c97605aab",
Expand Down

0 comments on commit 2398ec5

Please sign in to comment.