Skip to content

Commit

Permalink
Revert releases folder change
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmarino committed Feb 8, 2024
1 parent 03b450f commit 37f1c66
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions releases/v0.8/transfer/message/transfer-request-message.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@
"@type": "dspace:TransferRequestMessage",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
"dspace:agreementId": "urn:uuid:e8dc8655-44c2-46ef-b701-4cffdc2faa44",
"dct:format": "example:HTTP_PUSH",
"dct:format": "dspace:S3_AWS_PUSH",
"dspace:dataAddress": {
"@type": "dspace:DataAddress",
"dspace:endpointType": "https://w3id.org/idsa/v4.1/HTTP",
"dspace:endpoint": "http://example.com",
"dspace:endpointProperties": [
{
"@type": "dspace:EndpointProperty",
"dspace:name": "authorization",
"dspace:value": "TOKEN-ABCDEFG"
},
{
"@type": "dspace:EndpointProperty",
"dspace:name": "authType",
"dspace:value": "bearer"
"dspace:name": "Authorization",
"dspace:value": "Bearer TOKEN-ABCDEFG"
}
]
},
Expand Down

0 comments on commit 37f1c66

Please sign in to comment.