Skip to content

Commit

Permalink
Extension non-resolvable (#8)
Browse files Browse the repository at this point in the history
The extension is supposed to be relative because it references an extension in the same module. otherwise it's non-resolvable
  • Loading branch information
olinux authored Dec 5, 2023
1 parent 1190aa5 commit 3916f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/stimulus/ephysStimulus.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_type": "https://openminds.ebrains.eu/stimulation/EphysStimulus",
"_extends": "/stimulus/stimulus.schema.tpl.json",
"_extends": "stimulus/stimulus.schema.tpl.json",
"properties": {
"type": {
"_instruction": "Add the type that describe this electrical stimulus.",
Expand Down

0 comments on commit 3916f02

Please sign in to comment.