Skip to content

Commit

Permalink
Fixing schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Jan 25, 2025
1 parent c0ef592 commit d51aff9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions test/resources/schemas/case.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ links:
- outbound
multiplicity:
- has_many
backref:
backref:
- cases
regex_match:
- Compound/*
- rel: projects
href: project/{id}
templateRequired:
Expand All @@ -39,8 +41,10 @@ links:
- outbound
multiplicity:
- has_many
backref:
backref:
- cases
regex_match:
- Project/*
- rel: phenotypes
href: phenotype/{id}
templateRequired:
Expand All @@ -56,6 +60,8 @@ links:
- has_many
backref:
- cases
regex_match:
- Phenotypes/*
- rel: same_as
href: case/{id}
templateRequired:
Expand All @@ -71,6 +77,8 @@ links:
- has_many
backref:
- cases
regex_match:
- Case/*
properties:
case_id:
type: string
Expand Down

0 comments on commit d51aff9

Please sign in to comment.