adiwg-mdjson_schemas 2.8.1 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/Gemfile.lock +32 -0
- data/README.md +5 -9
- data/adiwg-json_schemas.gemspec +1 -1
- data/examples/rangeElementDescription.json +10 -0
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/package-lock.json +562 -263
- data/package.json +3 -3
- data/schema/attribute.json +3 -0
- data/schema/conformanceResult.json +12 -6
- data/schema/coverageResult.json +27 -12
- data/schema/dataQuality.json +9 -4
- data/schema/dataQualityReport.json +82 -11
- data/schema/descriptiveResult.json +8 -4
- data/schema/evaluationMethod.json +30 -9
- data/schema/qualityMeasure.json +16 -2
- data/schema/qualityResultFile.json +26 -0
- data/schema/quantitativeResult.json +15 -6
- data/schema/rangeElementDescription.json +51 -0
- data/schema/schema.json +1 -1
- data/schema/standaloneQualityReport.json +9 -4
- metadata +10 -8
- data/bower.json +0 -29
- data/yarn.lock +0 -645
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.
|
4
|
+
version: 2.9.1
|
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:
|
11
|
+
date: 2024-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -70,16 +70,16 @@ dependencies:
|
|
70
70
|
name: adiwg-mdcodes
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 2.
|
75
|
+
version: 2.9.2
|
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.
|
82
|
+
version: 2.9.2
|
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:
|
@@ -96,12 +96,12 @@ files:
|
|
96
96
|
- CHANGELOG.md
|
97
97
|
- CREDITS
|
98
98
|
- Gemfile
|
99
|
+
- Gemfile.lock
|
99
100
|
- HISTORY.md
|
100
101
|
- LICENSE
|
101
102
|
- README.md
|
102
103
|
- Rakefile
|
103
104
|
- adiwg-json_schemas.gemspec
|
104
|
-
- bower.json
|
105
105
|
- examples/additionalDocumentation.json
|
106
106
|
- examples/address.json
|
107
107
|
- examples/allocation.json
|
@@ -163,6 +163,7 @@ files:
|
|
163
163
|
- examples/phone.json
|
164
164
|
- examples/processStep.json
|
165
165
|
- examples/projection.json
|
166
|
+
- examples/rangeElementDescription.json
|
166
167
|
- examples/referenceSystemParameterSet.json
|
167
168
|
- examples/releasability.json
|
168
169
|
- examples/resourceInfo.json
|
@@ -249,7 +250,9 @@ files:
|
|
249
250
|
- schema/orderProcess.json
|
250
251
|
- schema/projection.json
|
251
252
|
- schema/qualityMeasure.json
|
253
|
+
- schema/qualityResultFile.json
|
252
254
|
- schema/quantitativeResult.json
|
255
|
+
- schema/rangeElementDescription.json
|
253
256
|
- schema/referenceSystemParameterSet.json
|
254
257
|
- schema/releasability.json
|
255
258
|
- schema/resourceInfo.json
|
@@ -358,7 +361,6 @@ files:
|
|
358
361
|
- test/tc_voucher.rb
|
359
362
|
- test/test.js
|
360
363
|
- test/tu_utils.rb
|
361
|
-
- yarn.lock
|
362
364
|
homepage: https://github.com/adiwg/mdJson-schemas
|
363
365
|
licenses:
|
364
366
|
- UNLICENSE
|
data/bower.json
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "mdjson-schemas",
|
3
|
-
"homepage": "https://github.com/adiwg/mdJson-schemas",
|
4
|
-
"authors": [
|
5
|
-
"Josh Bradley <jbradley@arcticlcc.org>"
|
6
|
-
],
|
7
|
-
"description": "JSON schemas, examples, and templates for ADIwg metadata standards",
|
8
|
-
"main": "schema/schema.json",
|
9
|
-
"keywords": [
|
10
|
-
"json",
|
11
|
-
"json-schema",
|
12
|
-
"metadata",
|
13
|
-
"ADIwg"
|
14
|
-
],
|
15
|
-
"license": "Unlicense",
|
16
|
-
"ignore": [
|
17
|
-
"**/.*",
|
18
|
-
"node_modules",
|
19
|
-
"bower_components",
|
20
|
-
"test",
|
21
|
-
"tests",
|
22
|
-
"lib",
|
23
|
-
"*.gemspec",
|
24
|
-
"Gemfile",
|
25
|
-
"Gemfile.lock",
|
26
|
-
"pkg",
|
27
|
-
"Rakefile"
|
28
|
-
]
|
29
|
-
}
|