adiwg-mdjson_schemas 2.9.1 → 2.9.2.pre.beta.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/adiwg-json_schemas.gemspec +1 -1
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/package-lock.json +2 -2
- data/package.json +2 -1
- data/schema/dataQualityReport.json +11 -21
- data/schema/evaluationMethod.json +5 -6
- data/schema/schema.json +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a0f7d98e9dc69364a5bd56fdbddf30abdf47a99c80b6aade873bd6289ff809c
|
4
|
+
data.tar.gz: fd7df03cfb080d1bfa2e75a54316dc5f8cd1f6844ca88317dde79848495c1ba5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c1c0d390154331abe3b23ae567a239d87a4dfab62002d250f7d6779662fbc8847020022245d4b146d610b9332b957d6023e0672dbbbab3869e98105f21abe76
|
7
|
+
data.tar.gz: e9bea85469ecd719722d415227490962f33ba10b44d84d0a4b7b9112ee2b6741c55ed532279c3387dd792ba260f0e1280eed05cfa7617b8a806acff2ab6f5d8e
|
data/Gemfile.lock
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
adiwg-mdjson_schemas (2.9.
|
4
|
+
adiwg-mdjson_schemas (2.9.2.pre.beta.19)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
9
|
addressable (2.8.6)
|
10
10
|
public_suffix (>= 2.0.2, < 6.0)
|
11
|
-
adiwg-mdcodes (2.9.
|
11
|
+
adiwg-mdcodes (2.9.3.pre.beta.3)
|
12
12
|
json (~> 2.0)
|
13
|
-
json (2.7.
|
13
|
+
json (2.7.2)
|
14
14
|
json-schema (2.8.1)
|
15
15
|
addressable (>= 2.4)
|
16
16
|
minitest (5.22.2)
|
@@ -21,7 +21,7 @@ PLATFORMS
|
|
21
21
|
arm64-darwin-22
|
22
22
|
|
23
23
|
DEPENDENCIES
|
24
|
-
adiwg-mdcodes (= 2.9.
|
24
|
+
adiwg-mdcodes (= 2.9.3.pre.beta.3)
|
25
25
|
adiwg-mdjson_schemas!
|
26
26
|
bundler (~> 2)
|
27
27
|
json-schema (~> 2.8.1)
|
data/adiwg-json_schemas.gemspec
CHANGED
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
|
|
22
22
|
spec.add_development_dependency "rake", ">= 0"
|
23
23
|
spec.add_development_dependency "json-schema", "~> 2.8.1"
|
24
24
|
spec.add_development_dependency "minitest", "~>5"
|
25
|
-
spec.add_development_dependency "adiwg-mdcodes", "2.9.
|
25
|
+
spec.add_development_dependency "adiwg-mdcodes", "2.9.3.pre.beta.3"
|
26
26
|
end
|
data/package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "mdjson-schemas",
|
3
|
-
"version": "2.9.
|
3
|
+
"version": "2.9.2-beta.19",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "mdjson-schemas",
|
9
|
-
"version": "2.9.
|
9
|
+
"version": "2.9.2-beta.19",
|
10
10
|
"license": "GPL-3.0",
|
11
11
|
"devDependencies": {
|
12
12
|
"ajv": "^6.5.0",
|
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mdjson-schemas",
|
3
|
-
"version": "2.9.
|
3
|
+
"version": "2.9.2-beta.19",
|
4
4
|
"description": "JSON schemas, examples, and templates for ADIwg metadata standards",
|
5
5
|
"main": "index.js",
|
6
6
|
"directories": {
|
@@ -10,6 +10,7 @@
|
|
10
10
|
},
|
11
11
|
"scripts": {
|
12
12
|
"test": "mocha",
|
13
|
+
"build": "npm install && npm run prepublish",
|
13
14
|
"prepublish": "node scripts/prepublish.js",
|
14
15
|
"release": "npm run prepublish && npm publish"
|
15
16
|
},
|
@@ -34,35 +34,25 @@
|
|
34
34
|
"ISO 19115-2": [
|
35
35
|
"MI_Metadata > DQ_DataQuality > Report > [DQ_Element type]"
|
36
36
|
],
|
37
|
-
"
|
37
|
+
"FGDC CSDGM": ["no translation"],
|
38
38
|
"DCAT": ["no translation"]
|
39
39
|
},
|
40
40
|
"enum": [
|
41
|
-
"
|
42
|
-
"
|
41
|
+
"AbsolutePositionalAccuracy",
|
42
|
+
"RelativePositionalAccuracy",
|
43
|
+
"GriddedDataPositionalAccuracy",
|
43
44
|
"ConceptualConsistency",
|
44
|
-
"CompletenessCommission",
|
45
|
-
"CompletenessOmission",
|
46
|
-
"Confidence",
|
47
|
-
"CoverageResult",
|
48
45
|
"DomainConsistency",
|
49
46
|
"FormatConsistency",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"NonQuantitativeAttributeCorrectness",
|
53
|
-
"QuantitativeAttributeAccuracy",
|
47
|
+
"TopologicalConsistency",
|
48
|
+
"ThematicClassificationCorrectness",
|
54
49
|
"NonQuantitativeAttributeAccuracy",
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"TemporalConsistency",
|
50
|
+
"QuantitativeAttributeAccuracy",
|
51
|
+
"AccuracyOfATimeMeasurement",
|
58
52
|
"TemporalValidity",
|
59
|
-
"
|
60
|
-
"
|
61
|
-
"
|
62
|
-
"Completeness",
|
63
|
-
"LogicalConsistency",
|
64
|
-
"PositioinalAccuracy",
|
65
|
-
"TemporalQuality"
|
53
|
+
"TemporalConsistency",
|
54
|
+
"Commission",
|
55
|
+
"Omission"
|
66
56
|
]
|
67
57
|
},
|
68
58
|
"standaloneQualityReportDetails": {
|
@@ -12,12 +12,11 @@
|
|
12
12
|
"type": "string",
|
13
13
|
"description": "Type of evaluation method.",
|
14
14
|
"enum": [
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"DQ_SampleBasedInspection"
|
15
|
+
"evaluationMethod",
|
16
|
+
"data",
|
17
|
+
"aggregationDerivation",
|
18
|
+
"fullInspection",
|
19
|
+
"sampleBasedInspection"
|
21
20
|
]
|
22
21
|
},
|
23
22
|
"dateTime": {
|
data/schema/schema.json
CHANGED
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.9.
|
4
|
+
version: 2.9.2.pre.beta.19
|
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: 2024-
|
11
|
+
date: 2024-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 2.9.
|
75
|
+
version: 2.9.3.pre.beta.3
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 2.9.
|
82
|
+
version: 2.9.3.pre.beta.3
|
83
83
|
description: JSON schemas for validating according to the the ADIwg project and data
|
84
84
|
metadata standard. The schemas comply with JSON Schema draft version 4.
|
85
85
|
email:
|
@@ -376,9 +376,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
376
376
|
version: '0'
|
377
377
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
378
378
|
requirements:
|
379
|
-
- - "
|
379
|
+
- - ">"
|
380
380
|
- !ruby/object:Gem::Version
|
381
|
-
version:
|
381
|
+
version: 1.3.1
|
382
382
|
requirements: []
|
383
383
|
rubygems_version: 3.1.6
|
384
384
|
signing_key:
|