Skip to content

Commit

Permalink
fix: remove non-existent property from contract-negotiation-shape
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapampus committed May 12, 2023
1 parent a4c0d7b commit 6be0d8a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions negotiation/message/shape/contract-negotiation-shape.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,4 @@ shapes:ContractNegotiationShape
sh:message "<https://raw.githubusercontent.com/International-Data-Spaces-Association/ids-specification/master/schemas/contract-negotiation-shape.ttl> (ContractNegotiationShape): An dspace:processId property must point from an dspace:ContractNegotiation to exactly one xsd:string field."@en ;
] ;

sh:property [
a sh:PropertyShape ;
sh:path dspace:negotiationId ;
sh:datatype xsd:string ;
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-negotiation-event-message-shape.ttl> (ContractNegotiationShape): An dspace:checksum property must point from an dspace:negotiationId to exactly one xsd:string field."@en ;
] ;

.

0 comments on commit 6be0d8a

Please sign in to comment.