Skip to content

Commit

Permalink
Updated the config to include score 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Oct 14, 2024
1 parent 306a6da commit 77feb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/schema/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const localSchemaList = new Map([
['HED8.3.0', require('../../data/HED8.3.0.xml')],
['HED_score_1.0.0', require('../../data/HED_score_1.0.0.xml')],
['HED_score_1.1.0', require('../../data/HED_score_1.1.0.xml')],
['HED_score_2.0.0', require('../../data/HED_score_2.0.0.xml')],
['HED_testlib_1.0.2', require('../../data/HED_testlib_1.0.2.xml')],
['HED_testlib_2.0.0', require('../../data/HED_testlib_2.0.0.xml')],
])

0 comments on commit 77feb90

Please sign in to comment.