adiwg-mdjson_schemas 2.8.0.pre.rc7 → 2.8.0

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: ab9f1b4ac422af44bd600029741fe8ee7fca22f8555d29ee2e1fe92ee20a00c2
4
- data.tar.gz: ade126551ca35f0c5d94b4b1da1e9411c594631e15e9e2fbdb60309a92536692
3
+ metadata.gz: eebc6cb500f846a0e9836ff4eaf540ab17005e97979e2ba4475f1428c2aa94cf
4
+ data.tar.gz: d42baac44598a3a8911e91c6c463d23177a825c0ea2f40237c0ebaa390239718
5
5
  SHA512:
6
- metadata.gz: 9a7cb086ec1a99cb2538252f0774276516b1284672d067a11c9001ff1d5fb7bd44a0193164e516f90d103604890a39f11ad7e06bf2ff298185c2c3c5d8d9215a
7
- data.tar.gz: 1161884765f709f13329b38d02f6e5275b656e420ab47fa325af13e2b642a75788b55447a6043a52e79ef809433d8700bf1b2d8a5f98a9ccddc5bb63bc93f53d
6
+ metadata.gz: fb4870e51ad1a29ab063e0d4e9d1578f9bf254da0f83fa4649624ea9689f3379a80474dbfc4c356633cd60691bd6b6cdbb6ba43c2c741a1cf1e2f41c633381b3
7
+ data.tar.gz: 15b997f7a3aec2f44d5ad54f4ec83fcdab0195151a80b621e7b989da7a4fb3d81939067484b5149e3dc2be89d12baa22fffcd0e1cdd0a9598cfad8e12d10d6ff
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.7.7
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.8.0-rc7"
4
+ VERSION = "2.8.0"
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-rc6",
3
+ "version": "2.8.0",
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-rc7",
3
+ "version": "2.8.0",
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,16 +26,16 @@
29
26
  "$ref": "./descriptiveResult.json#"
30
27
  }
31
28
  },
32
- "evaluationMethod": {
29
+ "conformanceResult": {
33
30
  "type": "array",
34
31
  "items": {
35
- "$ref": "./evaluationMethod.json#"
32
+ "$ref": "./conformanceResult.json#"
36
33
  }
37
34
  },
38
- "quantitativeResult": {
35
+ "coverageResult": {
39
36
  "type": "array",
40
37
  "items": {
41
- "$ref": "./quantitativeResult.json#"
38
+ "$ref": "./coverageResult.json#"
42
39
  }
43
40
  }
44
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-rc7",
4
+ "version": "2.8.0",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
@@ -7,6 +7,7 @@
7
7
  "translation": {
8
8
  "ISO 19115-2": ["MI_Metadata > DQ_DataQuality > standaloneQualityReport"]
9
9
  },
10
+ "required": ["abstract"],
10
11
  "properties": {
11
12
  "reportReference": {
12
13
  "translation": {
metadata CHANGED
@@ -1,14 +1,14 @@
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.rc7
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-30 00:00:00.000000000 Z
11
+ date: 2023-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,6 +92,7 @@ files:
92
92
  - ".github_changelog_generator"
93
93
  - ".gitignore"
94
94
  - ".jshintrc"
95
+ - ".ruby-version"
95
96
  - ".travis.yml"
96
97
  - CHANGELOG.md
97
98
  - CREDITS
@@ -374,9 +375,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
374
375
  version: '0'
375
376
  required_rubygems_version: !ruby/object:Gem::Requirement
376
377
  requirements:
377
- - - ">"
378
+ - - ">="
378
379
  - !ruby/object:Gem::Version
379
- version: 1.3.1
380
+ version: '0'
380
381
  requirements: []
381
382
  rubygems_version: 3.1.6
382
383
  signing_key: