Skip to content

Commit

Permalink
Update src/metldata/schemapack_/builtin_transformations/infer_relatio…
Browse files Browse the repository at this point in the history
…ns/path/path_elements.py

Co-authored-by: Christoph Zwerschke <c.zwerschke@dkfz-heidelberg.de>
  • Loading branch information
KerstenBreuer and Cito authored Dec 13, 2023
1 parent d37b252 commit daea658
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class RelationPathElement(BaseModel):
property: str = Field(
...,
description=(
"The name of the slot that holds the relation."
+ " In case of a active type, the slot is part of the source class."
+ " In case of a passive type, the slot is part of the target class."
"The name of the property that holds the relation."
+ " In case of a active type, the property is part of the source class."
+ " In case of a passive type, the property is part of the target class."
),
)

0 comments on commit daea658

Please sign in to comment.