Skip to content

Commit

Permalink
Release Version 2.9.2 (#333)
Browse files Browse the repository at this point in the history
* Fix DQ_CompletenessOmission Typo (#284)

* Fix Typo

DQ_CompletenessOmmission to DQ_CompletenessOmission

* Increment Patch Version

* 2.8.3

* Add DQ_NonQuantitativeAttributeAccuracy

* Release Version 2.9.0 (#289)

* Upgrade mdCodes

mdCodes -> 2.9.0

* Increment Ruby Version

v2.8.4

* Increment package.json Version

v2.8.4
Update package-lock.json

* Increment Patch Version

v2.8.4

* Update package-lock.json

* Replace bower.json

* Re-remove bower.json

* Increment Minor Version

* Upgrade mdCodes (#292)

* Update adiwg-json_schemas.gemspec and package.json versions to 2.9.1

* Update schema.json version to 2.9.1

* Update dataQualityReport.json schema

Remove DQ_ from report type names.

* Update dataQualityReport.json schema with translation descriptions for quality report types.

* Update dataQualityReport.json schema with corrected translation for quality report types.

* Upgrade adiwg-mdcodes to v2.9.2

* Add Gemfile.lock

Remove Gemfile.lock from .gitignore and add it.
Update mdCodes version to be exact.

* Update dataQualityReport.json

Fixed typo of FGDC

---------

Co-authored-by: Hilmar Maier <hilmar_maier@fws.gov>

* Fix Data Quality Enums (#325)

* Update dataQualityReport.json schema with corrected translation for quality report types

* chore: Update adiwg-mdjson_schemas to version 2.9.2-beta.5

* Update evaluationMethod.json schema with corrected enum values for evaluation method types

* chore: Update adiwg-mdcodes to version 2.9.3.pre.beta.3

* chore: Update adiwg-mdjson_schemas to version 2.9.2-beta.20

* Update dataQualityReport.json schema with corrected translation for quality report types

* chore: Update adiwg-mdjson_schemas and related files to version 2.9.2-beta.21

* Prepare for Release v2.9.2 (#328)

* chore: Update adiwg-mdjson_schemas and related files to version 2.9.2

* chore: Update adiwg-mdcodes to version 2.9.3

---------

Co-authored-by: Hilmar Maier <hilmar_maier@fws.gov>
  • Loading branch information
jwaspin and hmaier-fws authored Jun 4, 2024
1 parent 3e91ec6 commit 09d6dc3
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 39 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
Expand Down
32 changes: 32 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
PATH
remote: .
specs:
adiwg-mdjson_schemas (2.9.2)

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
adiwg-mdcodes (2.9.3)
json (~> 2.0)
json (2.7.2)
json-schema (2.8.1)
addressable (>= 2.4)
minitest (5.22.2)
public_suffix (5.0.4)
rake (13.1.0)

PLATFORMS
arm64-darwin-22

DEPENDENCIES
adiwg-mdcodes (= 2.9.3)
adiwg-mdjson_schemas!
bundler (~> 2)
json-schema (~> 2.8.1)
minitest (~> 5)
rake

BUNDLED WITH
2.4.21
2 changes: 1 addition & 1 deletion adiwg-json_schemas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", ">= 0"
spec.add_development_dependency "json-schema", "~> 2.8.1"
spec.add_development_dependency "minitest", "~>5"
spec.add_development_dependency "adiwg-mdcodes", "~> 2.9.0"
spec.add_development_dependency "adiwg-mdcodes", "2.9.3"
end
2 changes: 1 addition & 1 deletion lib/adiwg/mdjson_schemas/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ADIWG
module MdjsonSchemas
# Current schema version number
VERSION = "2.9.0"
VERSION = "2.9.2"
end
end
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdjson-schemas",
"version": "2.9.0",
"version": "2.9.2",
"description": "JSON schemas, examples, and templates for ADIwg metadata standards",
"main": "index.js",
"directories": {
Expand All @@ -10,6 +10,7 @@
},
"scripts": {
"test": "mocha",
"build": "npm install && npm run prepublish",
"prepublish": "node scripts/prepublish.js",
"release": "npm run prepublish && npm publish"
},
Expand Down
47 changes: 22 additions & 25 deletions schema/dataQualityReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,29 @@
"type": {
"type": "string",
"description": "The type of quality report.",
"translation": {
"ISO 19115-2": [
"MI_Metadata > DQ_DataQuality > Report > [DQ_Element type]"
],
"FGDC CSDGM": ["no translation"],
"DCAT": ["no translation"]
},
"enum": [
"DQ_AbsoluteExternalPositionalAccuracy",
"DQ_AccuracyOfATimeMeasurement",
"DQ_ConceptualConsistency",
"DQ_CompletenessCommission",
"DQ_CompletenessOmission",
"DQ_Confidence",
"DQ_CoverageResult",
"DQ_DomainConsistency",
"DQ_FormatConsistency",
"DQ_GriddedDataPositionalAccuracy",
"DQ_Homogeneity",
"DQ_NonQuantitativeAttributeCorrectness",
"DQ_QuantitativeAttributeAccuracy",
"DQ_NonQuantitativeAttributeAccuracy",
"DQ_RelativeInternalPositionalAccuracy",
"DQ_Representativity",
"DQ_TemporalConsistency",
"DQ_TemporalValidity",
"DQ_ThematicClassisificationCorrectness",
"DQ_TopologicalConsistency",
"DQ_UsibilityElement",
"DQ_Completeness",
"DQ_LogicalConsistency",
"DQ_PositioinalAccuracy",
"DQ_TemporalQuality"
"AbsolutePositionalAccuracy",
"RelativePositionalAccuracy",
"GriddedDataPositionalAccuracy",
"ConceptualConsistency",
"DomainConsistency",
"FormatConsistency",
"TopologicalConsistency",
"ThematicClassificationCorrectness",
"NonQuantitativeAttributeCorrectness",
"QuantitativeAttributeAccuracy",
"AccuracyOfATimeMeasurement",
"TemporalValidity",
"TemporalConsistency",
"Commission",
"Omission"
]
},
"standaloneQualityReportDetails": {
Expand Down
11 changes: 5 additions & 6 deletions schema/evaluationMethod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"type": "string",
"description": "Type of evaluation method.",
"enum": [
"DQ_EvaluationMethod",
"DQ_DataInspection",
"DQ_AggregationDerivation",
"DQ_FullInspection",
"DQ_IndirectEvaluation",
"DQ_SampleBasedInspection"
"evaluationMethod",
"data",
"aggregationDerivation",
"fullInspection",
"sampleBasedInspection"
]
},
"dateTime": {
Expand Down
2 changes: 1 addition & 1 deletion schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "schema.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"version": "2.9.0",
"version": "2.9.2",
"description": "schema for ADIwg mdJSON metadata",
"example": "../examples/mdJson.json",
"type": "object",
Expand Down

0 comments on commit 09d6dc3

Please sign in to comment.