Skip to content

Commit

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

0 comments on commit 17887ab

Please sign in to comment.