Skip to content

Commit

Permalink
adapt documentation after review
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbcbauer authored Jul 31, 2024
1 parent af50012 commit 60ed30d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/e2e/boost/consumeData.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The response should look like this:
"@id": "65356596-dd7c-4ad4-8fc6-8512be6f0ec2",
"edc:createdAt": 1715669329095,
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -117,7 +117,7 @@ curl --location 'http://dataconsumer-1-controlplane.tx.test/management/v2/contra
"edc:createdAt": 1715669329095,
"edc:contractAgreementId": "Mw==:Mw==:N2RhZGI3OGMtYzUxNC00OTkzLWI3MzktNDE3YmJhMDNkMDU4",
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -176,7 +176,7 @@ The response in this case looks like this:
"@id": "9d6a0507-25f5-4a81-8885-a47bc3809451",
"edc:createdAt": 1715669899367,
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -225,7 +225,7 @@ curl --location 'http://dataconsumer-1-controlplane.tx.test/management/v2/transf
},
"edc:connectorId": "BPNL00000003AYRE",
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/e2e/boost/dtrTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Action (Bob): Create a data asset using the following command:
"edc":"https://w3id.org/edc/v0.0.1/ns/",
"cx-common":"https://w3id.org/catenax/ontology/common#",
"cx-taxo":"https://w3id.org/catenax/taxonomy#",
"dct":"https://purl.org/dc/terms/"
"dct":"http://purl.org/dc/terms/"
},
"@id":"{{ASSET_ID}}",
"properties":{
Expand Down
14 changes: 7 additions & 7 deletions docs/tutorials/e2e/boost/provideData.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The result shows the already existing assets and the newly created asset.
"edc:baseUrl": "http://umbrella-dataprovider-dtr:8080/api/v3.0"
},
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand All @@ -93,7 +93,7 @@ The result shows the already existing assets and the newly created asset.
"edc:baseUrl": "http://umbrella-dataprovider-submodelserver:8080"
},
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand All @@ -114,7 +114,7 @@ The result shows the already existing assets and the newly created asset.
"edc:baseUrl": "https://jsonplaceholder.typicode.com/todos/3"
},
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -251,7 +251,7 @@ The requested catalog looks like this:
},
"edc:participantId": "BPNL00000003AYRE",
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -297,7 +297,7 @@ The policy was successfully created, if the response is something like this
"@id": "3-1",
"edc:createdAt": 1715627034106,
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -375,7 +375,7 @@ And again the policy was successfully created
"@id": "3-2",
"edc:createdAt": 1715627218849,
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -414,7 +414,7 @@ As a check, the result should look like this:
"@id": "3",
"edc:createdAt": 1715627302307,
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down
9 changes: 4 additions & 5 deletions docs/tutorials/e2e/boost/restrictData.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,13 @@ curl --location 'http://dataprovider-controlplane.tx.test/management/v2/policyde

The policydefinition is created with the ID `41`


```json
{
"@type": "edc:IdResponse",
"@id": "41",
"edc:createdAt": 1715674423858,
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -138,7 +137,7 @@ The response should be something like this
"@id": "42",
"edc:createdAt": 1715674546763,
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -180,7 +179,7 @@ A response should look like this
"@id": "4",
"edc:createdAt": 1715674670136,
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down Expand Up @@ -346,7 +345,7 @@ The response doesnt include the cataolog entry for the asset/offer with id4
},
"edc:participantId": "BPNL00000003AYRE",
"@context": {
"dct": "https://purl.org/dc/terms/",
"dct": "http://purl.org/dc/terms/",
"tx": "https://w3id.org/tractusx/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"dcat": "https://www.w3.org/ns/dcat/",
Expand Down

0 comments on commit 60ed30d

Please sign in to comment.