Skip to content

Commit

Permalink
fix: fixing typo in dataset with capital S (#131)
Browse files Browse the repository at this point in the history
changing dataSet to dataset as agreed
  • Loading branch information
ssteinbuss committed Jul 13, 2023
1 parent d58a9ff commit f751044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion negotiation/contract.negotiation.binding.https.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Authorization: ...
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@type": "dspace:ContractRequest"
"@id": "urn:uuid:dcbf434c-eacf-4582-9a02-f8dd50120fd3",
"dspace:dataSet": "urn:uuid:3dd1add8-4d2d-569e-d634-8394a8836a88",
"dspace:dataset": "urn:uuid:3dd1add8-4d2d-569e-d634-8394a8836a88",
"dspace:offerId": "urn:uuid:2828282:3dd1add8-4d2d-569e-d634-8394a8836a88",
"dspace:callbackAddress": "https://..."
}
Expand Down
2 changes: 1 addition & 1 deletion negotiation/message/contract-request-message.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@id": "urn:uuid:dcbf434c-eacf-4582-9a02-f8dd50120fd3",
"@type": "dspace:ContractRequestMessage",
"dspace:dataSet": "urn:uuid:3dd1add8-4d2d-569e-d634-8394a8836a88",
"dspace:dataset": "urn:uuid:3dd1add8-4d2d-569e-d634-8394a8836a88",
"dspace:processId": "urn:uuid:dcbf434c-eacf-4582-9a02-f8dd50120fd3",
"dspace:offer": {
"@type": "odrl:Offer",
Expand Down
2 changes: 1 addition & 1 deletion negotiation/message/diagram/contract-request-message.puml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hide empty description
class "dspace:ContractRequestMessage" {
@context : "https://w3id.org/dspace/v0.8/context.json"
@type : dspace:ContractRequestMessage
dspace:dataSet : String
dspace:dataset : String
dspace:processId : String
dspace:offer : odrl:Offer
dspace:callbackAddress : String
Expand Down

0 comments on commit f751044

Please sign in to comment.