adiwg-mdjson_schemas 2.8.0 → 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",
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
  }
@@ -11,13 +11,16 @@
11
11
  "qualityMeasure": {
12
12
  "$ref": "./qualityMeasure.json#"
13
13
  },
14
- "evaluationMethod": {
15
- "$ref": "./evaluationMethod.json#"
14
+ "conformanceResult": {
15
+ "type": "array",
16
+ "items": {
17
+ "$ref": "./conformanceResult.json#"
18
+ }
16
19
  },
17
- "quantitativeResult": {
20
+ "coverageResult": {
18
21
  "type": "array",
19
22
  "items": {
20
- "$ref": "./quantitativeResult.json#"
23
+ "$ref": "./coverageResult.json#"
21
24
  }
22
25
  },
23
26
  "descriptiveResult": {
@@ -26,16 +29,16 @@
26
29
  "$ref": "./descriptiveResult.json#"
27
30
  }
28
31
  },
29
- "conformanceResult": {
32
+ "evaluationMethod": {
30
33
  "type": "array",
31
34
  "items": {
32
- "$ref": "./conformanceResult.json#"
35
+ "$ref": "./evaluationMethod.json#"
33
36
  }
34
37
  },
35
- "coverageResult": {
38
+ "quantitativeResult": {
36
39
  "type": "array",
37
40
  "items": {
38
- "$ref": "./coverageResult.json#"
41
+ "$ref": "./quantitativeResult.json#"
39
42
  }
40
43
  }
41
44
  }
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",
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": {