Skip to content

Commit

Permalink
Transfer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simantvermasap committed May 6, 2024
1 parent 17887ab commit 2301063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion transfer/message/example/transfer-request-message.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
}
]
},
"dspace:callbackAddress": "https://......"
"dspace:callbackAddress": "https://example.com/callback"
}
4 changes: 2 additions & 2 deletions transfer/message/shape/transfer-request-message-shape.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ dspace_shapes:TransferRequestMessageShape
sh:property [
a sh:PropertyShape ;
sh:path dspace:agreementId ;
sh:datatype xsd:anyURI ;
sh:datatype xsd:string ;
sh:severity sh:Violation ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:message "<https://raw.githubusercontent.com/International-Data-Spaces-Association/ids-specification/master/schemas/transfer-request-message-shape.ttl> (TransferRequestMessageShape): An dspace:agreementId property must point exactly one xsd:anyURI field."@en ;
sh:message "<https://raw.githubusercontent.com/International-Data-Spaces-Association/ids-specification/master/schemas/transfer-request-message-shape.ttl> (TransferRequestMessageShape): An dspace:agreementId property must point exactly one xsd:string field."@en ;
] ;

sh:property [
Expand Down

0 comments on commit 2301063

Please sign in to comment.