We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c5c0c commit a6a2ee2Copy full SHA for a6a2ee2
src/issues/list.ts
@@ -11,7 +11,7 @@ export const bidsIssues: IssueDefinitionRecord = {
11
},
12
JSON_NOT_AN_OBJECT: {
13
severity: 'error',
14
- reason: 'Parsed json file contains an array as its root element and not an object.',
+ reason: 'Parsed JSON file does not contain an object.',
15
16
MISSING_DATASET_DESCRIPTION: {
17
0 commit comments