Skip to content

Commit

Permalink
columndescription in channels is describing objects as values of prop…
Browse files Browse the repository at this point in the history
…erties, not the top level properties themselves
  • Loading branch information
rwblair committed Nov 3, 2023
1 parent 71b88c1 commit 0718b61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bids-validator/validators/json/schemas/channels.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
}
}
},
{ "$ref": "common_definitions.json#/definitions/ColumnDescription" }
{
"type": "object",
"patternProperties": {
"^.+$": { "$ref": "common_definitions.json#/definitions/ColumnDescription" }
}
}
]
}

0 comments on commit 0718b61

Please sign in to comment.