Skip to content

Commit

Permalink
fix typos in _extends path
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Dec 5, 2023
1 parent 55d1979 commit f22dc6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/activity/tissueCulturePreparation.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_type": "https://openminds.ebrains.eu/specimenPrep/TissueCulturePreparation",
"_extends": "/core/schemas/research/ExperimentalActivity.schema.tpl.json",
"_extends": "/core/schemas/research/experimentalActivity.schema.tpl.json",
"required": [
"cultureMedium",
"cultureType"
Expand Down
4 changes: 2 additions & 2 deletions schemas/activity/tissueSampleSlicing.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_type": "https://openminds.ebrains.eu/specimenPrep/TissueSampleSlicing",
"_extends": "/core/schemas/research/ExperimentalActivity.schema.tpl.json",
"_extends": "/core/schemas/research/experimentalActivity.schema.tpl.json",
"required": [
"device"
],
Expand Down Expand Up @@ -36,7 +36,7 @@
"https://openminds.ebrains.eu/core/QuantitativeValueRange"
]
},
"tissueBathSolution": {
"tissueBathSolution": {
"_instruction": "Add the chemical mixture used as bath solution during this activity.",
"_linkedTypes": [
"https://openminds.ebrains.eu/chemicals/ChemicalMixture"
Expand Down

0 comments on commit f22dc6f

Please sign in to comment.