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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75b8696e682f832e54fd13e14396286053d4e77b3784841a17efdb422966ec63
4
- data.tar.gz: 932eff64135ff60d286c1c1d89907030c36b86e0df95f704439a09400925eeec
3
+ metadata.gz: 3a0f7d98e9dc69364a5bd56fdbddf30abdf47a99c80b6aade873bd6289ff809c
4
+ data.tar.gz: fd7df03cfb080d1bfa2e75a54316dc5f8cd1f6844ca88317dde79848495c1ba5
5
5
  SHA512:
6
- metadata.gz: 9d7cab24d8d96207c88744c961c821fdf924174059c10497adeec98ebd8c2f601e618567864f0bd2ad804afbaea6c256e92ea686fdbaf716fe5975b6d3363104
7
- data.tar.gz: 44967aaba13562bfc314dcd5bc6a3640dfd5ea081d33e29d0047f09ec5baa570ceb8970dbe12383725174454f351b494bcc944df1d4860c93ba9065a273c405a
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.1)
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.2)
11
+ adiwg-mdcodes (2.9.3.pre.beta.3)
12
12
  json (~> 2.0)
13
- json (2.7.1)
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.2)
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)
@@ -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.2"
25
+ spec.add_development_dependency "adiwg-mdcodes", "2.9.3.pre.beta.3"
26
26
  end
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.9.1"
4
+ VERSION = "2.9.2-beta.19"
5
5
  end
6
6
  end
data/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "2.9.1",
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.1",
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.1",
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
- "FDGD CSDGM": ["no translation"],
37
+ "FGDC CSDGM": ["no translation"],
38
38
  "DCAT": ["no translation"]
39
39
  },
40
40
  "enum": [
41
- "AbsoluteExternalPositionalAccuracy",
42
- "AccuracyOfATimeMeasurement",
41
+ "AbsolutePositionalAccuracy",
42
+ "RelativePositionalAccuracy",
43
+ "GriddedDataPositionalAccuracy",
43
44
  "ConceptualConsistency",
44
- "CompletenessCommission",
45
- "CompletenessOmission",
46
- "Confidence",
47
- "CoverageResult",
48
45
  "DomainConsistency",
49
46
  "FormatConsistency",
50
- "GriddedDataPositionalAccuracy",
51
- "Homogeneity",
52
- "NonQuantitativeAttributeCorrectness",
53
- "QuantitativeAttributeAccuracy",
47
+ "TopologicalConsistency",
48
+ "ThematicClassificationCorrectness",
54
49
  "NonQuantitativeAttributeAccuracy",
55
- "RelativeInternalPositionalAccuracy",
56
- "Representativity",
57
- "TemporalConsistency",
50
+ "QuantitativeAttributeAccuracy",
51
+ "AccuracyOfATimeMeasurement",
58
52
  "TemporalValidity",
59
- "ThematicClassisificationCorrectness",
60
- "TopologicalConsistency",
61
- "UsibilityElement",
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
- "DQ_EvaluationMethod",
16
- "DQ_DataInspection",
17
- "DQ_AggregationDerivation",
18
- "DQ_FullInspection",
19
- "DQ_IndirectEvaluation",
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.9.1",
4
+ "version": "2.9.2-beta.19",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
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.1
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-03-20 00:00:00.000000000 Z
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.2
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.2
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: '0'
381
+ version: 1.3.1
382
382
  requirements: []
383
383
  rubygems_version: 3.1.6
384
384
  signing_key: