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.
2 parents 74af953 + 28e9216 commit ef705d0Copy full SHA for ef705d0
tests/bids.spec.js
@@ -8,7 +8,7 @@ var fs = require('fs');
8
var AdmZip = require('adm-zip');
9
var path = require('path');
10
var Test = require("mocha/lib/test");
11
-var test_version = "1.0.2u2";
+var test_version = "1.1.0rc1";
12
13
function getDirectories(srcpath) {
14
return fs.readdirSync(srcpath).filter(function(file) {
validators/schemas/dataset_description.json
@@ -28,7 +28,13 @@
28
},
29
"Name": {
30
"type": "string"
31
- }
+ },
32
+ "ReferencesAndLinks": {
33
+ "items": {
34
+ "type": "string"
35
36
+ "type": "array"
37
+ }
38
39
"required": [
40
"Name",
0 commit comments