adiwg-mdjson_schemas 2.8.0.pre.beta8 → 2.8.0.pre.beta9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23aa95cc955764358e94abf0e8dae235ff4dbb21609166ebf2ae46439f90607a
4
- data.tar.gz: d764aaf478867bf222057343dd95eb2bb9f1f5f728e5966e7971ef5c2c2f5001
3
+ metadata.gz: 622c812ba968b19141fc69ea18c9e1ff4bf0b27eeba0f63d642ddb1ecb4c46a4
4
+ data.tar.gz: 4584c4cf3fdb8c0b3b3bf13a9ad4f4c5db871e0af5bc73d0a63a969a6536c9cd
5
5
  SHA512:
6
- metadata.gz: f32788e2e3ab326c535479adee20e1bac9285124e1494edd343d33d070cd37ddfb324c19c476ded9bf226990019be6b0c58ffadb08790396a6f310cd616370bd
7
- data.tar.gz: 58e459510aa6f593ef61d0ca7a83a472855b84cf837fba791be52d20d728d376ce38f1f49c42314fdd4ad957a4557c4fed49e60c36dff7108e58994d19b0b741
6
+ metadata.gz: abcb936c942f23020b9ac89bab8f4743a67ab6df2aacf41d4fbf4cce92b2015b6438c853b324309e115921d1241da5e9674d858000d4b274e31b248e558a0efd
7
+ data.tar.gz: 42f64c936c0e2ab542d834c5e60499bf6c79cd54dadc82bcb0c0a747626a33524dbdfc2bf112aed5e56a364b1928dbf379bd77a0becc7f488b62b7cdee61963d
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.8.0.pre.beta8"
4
+ VERSION = "2.8.0.pre.beta9"
5
5
  end
6
6
  end
data/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "2.8.0-rc8",
3
+ "version": "2.8.0-rc9",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
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.0-rc9",
4
4
  "description": "JSON schemas, examples, and templates for ADIwg metadata standards",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -11,16 +11,13 @@
11
11
  "qualityMeasure": {
12
12
  "$ref": "./qualityMeasure.json#"
13
13
  },
14
- "conformanceResult": {
15
- "type": "array",
16
- "items": {
17
- "$ref": "./conformanceResult.json#"
18
- }
14
+ "evaluationMethod": {
15
+ "$ref": "./evaluationMethod.json#"
19
16
  },
20
- "coverageResult": {
17
+ "quantitativeResult": {
21
18
  "type": "array",
22
19
  "items": {
23
- "$ref": "./coverageResult.json#"
20
+ "$ref": "./quantitativeResult.json#"
24
21
  }
25
22
  },
26
23
  "descriptiveResult": {
@@ -29,13 +26,16 @@
29
26
  "$ref": "./descriptiveResult.json#"
30
27
  }
31
28
  },
32
- "evaluationMethod": {
33
- "$ref": "./evaluationMethod.json#"
29
+ "conformanceResult": {
30
+ "type": "array",
31
+ "items": {
32
+ "$ref": "./conformanceResult.json#"
33
+ }
34
34
  },
35
- "quantitativeResult": {
35
+ "coverageResult": {
36
36
  "type": "array",
37
37
  "items": {
38
- "$ref": "./quantitativeResult.json#"
38
+ "$ref": "./coverageResult.json#"
39
39
  }
40
40
  }
41
41
  }
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.0-rc9",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdjson_schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0.pre.beta8
4
+ version: 2.8.0.pre.beta9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith