adiwg-mdjson_schemas 2.8.0.pre.rc7 → 2.8.0.pre.rc8

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: 3c63b706ec19669ab996e045b46d4db5660fe4d62adbd28602c29d1303fbb7b8
4
+ data.tar.gz: e8206fa2ece516326255015b56c197f7f180502763e74adbc6f130148969136c
5
5
  SHA512:
6
- metadata.gz: 9a7cb086ec1a99cb2538252f0774276516b1284672d067a11c9001ff1d5fb7bd44a0193164e516f90d103604890a39f11ad7e06bf2ff298185c2c3c5d8d9215a
7
- data.tar.gz: 1161884765f709f13329b38d02f6e5275b656e420ab47fa325af13e2b642a75788b55447a6043a52e79ef809433d8700bf1b2d8a5f98a9ccddc5bb63bc93f53d
6
+ metadata.gz: 3c160e35883bb454ab5f92dc349966fd745aebd6a84c2915577b531f59fdb33e8d113d17d028bb66e4d9ca43bc40dcd1813db612d3f97c033f187addb1e47a55
7
+ data.tar.gz: 5a17bd427dccd1a12c9f2e31362c72b4d7c9dcfd40d2dab265ceed7cabb070b272b6bb42bffc893b13d1f1d16a149e20a2cf1b8a14c842bfbc3976370f1eea4d
@@ -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-rc8"
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-rc8",
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-rc8",
4
4
  "description": "JSON schemas, examples, and templates for ADIwg metadata standards",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -30,10 +30,7 @@
30
30
  }
31
31
  },
32
32
  "evaluationMethod": {
33
- "type": "array",
34
- "items": {
35
- "$ref": "./evaluationMethod.json#"
36
- }
33
+ "$ref": "./evaluationMethod.json#"
37
34
  },
38
35
  "quantitativeResult": {
39
36
  "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-rc7",
4
+ "version": "2.8.0-rc8",
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.pre.rc8
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler