adiwg-mdjson_schemas 2.8.0.pre.rc8 → 2.8.1

Sign up to get free protection for your applications and to get access to all the features.
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "2.8.0-rc8",
3
+ "version": "2.8.1",
4
4
  "description": "JSON schemas, examples, and templates for ADIwg metadata standards",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -43,7 +43,7 @@
43
43
  "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
44
44
  "glob": "^7.1.2",
45
45
  "mkdirp": "^0.5.1",
46
- "mocha": "^5.2.0",
46
+ "mocha": "^10.2.0",
47
47
  "rimraf": "^2.6.1"
48
48
  }
49
49
  }
@@ -30,7 +30,10 @@
30
30
  }
31
31
  },
32
32
  "evaluationMethod": {
33
- "$ref": "./evaluationMethod.json#"
33
+ "type": "array",
34
+ "items": {
35
+ "$ref": "./evaluationMethod.json#"
36
+ }
34
37
  },
35
38
  "quantitativeResult": {
36
39
  "type": "array",
data/schema/schema.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.8.0-rc8",
4
+ "version": "2.8.1",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
@@ -7,7 +7,6 @@
7
7
  "translation": {
8
8
  "ISO 19115-2": ["MI_Metadata > DQ_DataQuality > standaloneQualityReport"]
9
9
  },
10
- "required": ["abstract"],
11
10
  "properties": {
12
11
  "reportReference": {
13
12
  "translation": {