Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add acq-objective.json schema and example file #295

Merged
merged 4 commits into from
Apr 15, 2024

Conversation

J-Oliveros
Copy link
Contributor

No description provided.

@J-Oliveros J-Oliveros requested a review from jwaspin April 2, 2024 17:20
Copy link
Contributor

@jwaspin jwaspin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple things

schema/acq-objective.json Outdated Show resolved Hide resolved
examples/acq-objective.json Outdated Show resolved Hide resolved
@jwaspin jwaspin marked this pull request as draft April 8, 2024 18:05
@J-Oliveros J-Oliveros marked this pull request as ready for review April 8, 2024 20:57
@jwaspin jwaspin marked this pull request as draft April 9, 2024 16:35
@J-Oliveros J-Oliveros marked this pull request as ready for review April 12, 2024 19:08
Comment on lines 47 to 68
"objectiveOccurrence": {
"type": "array",
"items": {
"type": "string"
},
"description": "event or events associated with objective completion"
},
"pass": {
"type": "array",
"items": {
"type": "string"
},
"description": "pass of the platform over the objective"
},
"sensingInstrument": {
"type": "array",
"items": {
"type": "string"
},
"description": "instrument which senses the objective data"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be updated to use the $ref of their corresponding classes

@jwaspin jwaspin merged commit 2774931 into feature/254-acquisitions Apr 15, 2024
@jwaspin jwaspin deleted the injection/acq-objective branch April 15, 2024 17:25
hmaier-fws added a commit that referenced this pull request Dec 11, 2024
* Add Acquisition and supporting files

Add acquisitions to metadata.

* Add acq-plan.json example file (#303)

* Add instrumentationEventList.json schema and example file (#299)

* Add instrumentationEventList.json schema and example file

* Add instrumentationEvent.json schema and example file (#298)

* Add instrumentationEvent.json schema and example file

* add reference to revision class. add enum to eventype

* fix eventType in example

* Add revision.json schema definition with example (#300)

* Add revision.json schema definition with example

* Add array type for dateInfo in revision.json

* Add reference to date

* Add acq-instrument.json schema and example file (#296)

* Add acq-instrument.json schema and example file

* Update  history to instrumentationEventList.json

* Add requestedDate.json schema and example (#301)

* Add requestedDate.json schema and example

* Update description in requestedDate.json schema

* Refactor requestedDate schema to use common date definition

* Add acq-event.json schema and example file (#302)

* Add acq-event.json schema and example file

* Add description to class

* Update "time" field in acq-event schema to use common date definition

* Update README.md (#304)

* Add acq-environment.json file and update schema (#306)

* Add acq-pass.json schema and example file (#305)

* Add acq-pass.json schema and example file

* Add required

* Change reference to string

* Add acq-platform.json schema and example file (#294)

* Add acq-platform.json schema and example file

* Update id in platform schema

* Update platform history schema reference

* add hostId to schema

* Remove hostId

My mistake, I was looking at the wrong class.

---------

Co-authored-by: Johnathan Aspinwall <jwaspin@gmail.com>

* Add acq-operation.json schema and example file (#297)

* Add acq-objective.json schema and example file (#295)

* Add acq-objective.json schema and example file

* Update objectiveType to have enum values

* add objectiveType example

* change strings to references of classes

* feat: Update package.json version to 2.9.2-beta.0

* Acq requirement (#308)

* Add acq-requirement class with example

* Add descriptions

* rename to acq-RequestedDate

* Fix acq-requirement example

* Add required fields to acq-requirement

* Fix examples to include array for clarity. (#309)

* Fix examples to include array for clarity.

* Fix acq-operation example

* fix instrumentationEvent example

* fix examples to show correct ouput. update references to other acq items.

* Id descriptions update (#320)

* rename id's and and refs to remove `acq-` prefix

* remove acq- prefix from filenames

* Update description to better reflect id's purpose

* Update plan.json

* Update plan.json

* Update requirement.json

* Update objective.json

* Update platform.json

* Update instrument.json

* Update pass.json

* Update instrumentationEvent.json

* Update instrumentationEventList.json

* Update operation.json

* Update revision.json

* Update revision.json

* Update event.json

* Update instrumentationEvent.json

* Update instrumentationEventList.json

* fix URI path

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

* chore: Update adiwg-mdcodes to version 2.9.3.pre.beta.3 and mdJson-schemas to 2.9.2-beta.3

* chore: Update adiwg-mdcodes and mdJson-schemas versions

* Update objective.json schema to use object type instead of array

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

* Fix identifier typo in platform.
Change event to eventType in intrumentationEvent.
Add description to instrumentationEventList.

* chore: Update adiwg-mdjson_schemas to version 2.9.4-beta.0

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

* chore: Update adiwg-mdjson_schemas to version 2.9.3-beta.0

And update mdCodes to official release of 2.9.3

* chore: Update adiwg-mdcodes to version 2.9.3

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

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

* chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1

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

* chore: Update versions

mdCodes updated to 2.9.4-beta.4
mdJson-schemas updated to 2.9.3-beta.2

* Fix Data Quality Report Types

* chore: Increment beta version

* chore: Update version to 2.10.0-beta.0

* fix citations within instrumentationEvent and instrumentationEventLis… (#331)

* fix citations within instrumentationEvent and instrumentationEventList. remove required parentOperation in operation class.

* chore: Update version to 2.10.0-beta.1

---------

Co-authored-by: Johnathan Aspinwall <jwaspin@gmail.com>

* Sync acquisitions branch (#332)

* chore: Update adiwg-mdjson_schemas and related files to version 2.10.0-beta.0

* chore: Update build script to include bundling step

* chore: Update adiwg-mdjson_schemas and related files to version 2.10.0-beta.5

* Release Version 2.9.5 (#337)

* 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

* Prepare release version 2.9.5 (#335)

* Fix DQ_CompletenessOmission Typo (#284) (#287)

* Fix Typo

DQ_CompletenessOmmission to DQ_CompletenessOmission

* Increment Patch Version

* 2.8.3

* Add DQ_NonQuantitativeAttributeAccuracy

* Squashed commit of the following:

commit f02a08c
Author: Johnathan <jwaspin@users.noreply.github.com>
Date:   Tue Feb 13 15:17:33 2024 -0700

    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

commit 5b598a0
Author: Johnathan <jwaspin@users.noreply.github.com>
Date:   Mon Feb 12 11:32:34 2024 -0700

    Fix DQ_CompletenessOmission Typo (#284)

    * Fix Typo

    DQ_CompletenessOmmission to DQ_CompletenessOmission

    * Increment Patch Version

    * 2.8.3

    * Add DQ_NonQuantitativeAttributeAccuracy

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

* chore: Update adiwg-mdcodes to version 2.9.3

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

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

* chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1

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

* chore: Update versions

mdCodes updated to 2.9.4-beta.4
mdJson-schemas updated to 2.9.3-beta.2

* Fix Data Quality Report Types

* chore: Increment beta version

* chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.9.4.pre.beta.5 and 2.9.3.pre.beta.5 respectively

* chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.10.0

---------

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

* Add GitHub Actions workflow for automated release creation (#338)

* Add GitHub Actions workflow for automated deployment to GitHub Pages

* Rename action

* Add Node.js setup step to release workflow

---------

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

---------

Co-authored-by: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com>
Co-authored-by: Jonathan Oliveros <joliveros@xentity.com>
Co-authored-by: Hilmar Maier <hilmar_maier@fws.gov>
hmaier-fws added a commit that referenced this pull request Dec 17, 2024
* 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

* Prepare release version 2.9.5 (#335)

* Fix DQ_CompletenessOmission Typo (#284) (#287)

* Fix Typo

DQ_CompletenessOmmission to DQ_CompletenessOmission

* Increment Patch Version

* 2.8.3

* Add DQ_NonQuantitativeAttributeAccuracy

* Squashed commit of the following:

commit f02a08c
Author: Johnathan <jwaspin@users.noreply.github.com>
Date:   Tue Feb 13 15:17:33 2024 -0700

    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

commit 5b598a0
Author: Johnathan <jwaspin@users.noreply.github.com>
Date:   Mon Feb 12 11:32:34 2024 -0700

    Fix DQ_CompletenessOmission Typo (#284)

    * Fix Typo

    DQ_CompletenessOmmission to DQ_CompletenessOmission

    * Increment Patch Version

    * 2.8.3

    * Add DQ_NonQuantitativeAttributeAccuracy

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

* chore: Update adiwg-mdcodes to version 2.9.3

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

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

* chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1

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

* chore: Update versions

mdCodes updated to 2.9.4-beta.4
mdJson-schemas updated to 2.9.3-beta.2

* Fix Data Quality Report Types

* chore: Increment beta version

* chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.9.4.pre.beta.5 and 2.9.3.pre.beta.5 respectively

* chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.10.0

---------

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

* Add GitHub Actions workflow for automated release creation (#338)

* Add GitHub Actions workflow for automated deployment to GitHub Pages

* Rename action

* Add Node.js setup step to release workflow

* Feature: Acquisitions (v2.10.0) (#322)

* Add Acquisition and supporting files

Add acquisitions to metadata.

* Add acq-plan.json example file (#303)

* Add instrumentationEventList.json schema and example file (#299)

* Add instrumentationEventList.json schema and example file

* Add instrumentationEvent.json schema and example file (#298)

* Add instrumentationEvent.json schema and example file

* add reference to revision class. add enum to eventype

* fix eventType in example

* Add revision.json schema definition with example (#300)

* Add revision.json schema definition with example

* Add array type for dateInfo in revision.json

* Add reference to date

* Add acq-instrument.json schema and example file (#296)

* Add acq-instrument.json schema and example file

* Update  history to instrumentationEventList.json

* Add requestedDate.json schema and example (#301)

* Add requestedDate.json schema and example

* Update description in requestedDate.json schema

* Refactor requestedDate schema to use common date definition

* Add acq-event.json schema and example file (#302)

* Add acq-event.json schema and example file

* Add description to class

* Update "time" field in acq-event schema to use common date definition

* Update README.md (#304)

* Add acq-environment.json file and update schema (#306)

* Add acq-pass.json schema and example file (#305)

* Add acq-pass.json schema and example file

* Add required

* Change reference to string

* Add acq-platform.json schema and example file (#294)

* Add acq-platform.json schema and example file

* Update id in platform schema

* Update platform history schema reference

* add hostId to schema

* Remove hostId

My mistake, I was looking at the wrong class.

---------

Co-authored-by: Johnathan Aspinwall <jwaspin@gmail.com>

* Add acq-operation.json schema and example file (#297)

* Add acq-objective.json schema and example file (#295)

* Add acq-objective.json schema and example file

* Update objectiveType to have enum values

* add objectiveType example

* change strings to references of classes

* feat: Update package.json version to 2.9.2-beta.0

* Acq requirement (#308)

* Add acq-requirement class with example

* Add descriptions

* rename to acq-RequestedDate

* Fix acq-requirement example

* Add required fields to acq-requirement

* Fix examples to include array for clarity. (#309)

* Fix examples to include array for clarity.

* Fix acq-operation example

* fix instrumentationEvent example

* fix examples to show correct ouput. update references to other acq items.

* Id descriptions update (#320)

* rename id's and and refs to remove `acq-` prefix

* remove acq- prefix from filenames

* Update description to better reflect id's purpose

* Update plan.json

* Update plan.json

* Update requirement.json

* Update objective.json

* Update platform.json

* Update instrument.json

* Update pass.json

* Update instrumentationEvent.json

* Update instrumentationEventList.json

* Update operation.json

* Update revision.json

* Update revision.json

* Update event.json

* Update instrumentationEvent.json

* Update instrumentationEventList.json

* fix URI path

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

* chore: Update adiwg-mdcodes to version 2.9.3.pre.beta.3 and mdJson-schemas to 2.9.2-beta.3

* chore: Update adiwg-mdcodes and mdJson-schemas versions

* Update objective.json schema to use object type instead of array

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

* Fix identifier typo in platform.
Change event to eventType in intrumentationEvent.
Add description to instrumentationEventList.

* chore: Update adiwg-mdjson_schemas to version 2.9.4-beta.0

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

* chore: Update adiwg-mdjson_schemas to version 2.9.3-beta.0

And update mdCodes to official release of 2.9.3

* chore: Update adiwg-mdcodes to version 2.9.3

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

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

* chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1

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

* chore: Update versions

mdCodes updated to 2.9.4-beta.4
mdJson-schemas updated to 2.9.3-beta.2

* Fix Data Quality Report Types

* chore: Increment beta version

* chore: Update version to 2.10.0-beta.0

* fix citations within instrumentationEvent and instrumentationEventLis… (#331)

* fix citations within instrumentationEvent and instrumentationEventList. remove required parentOperation in operation class.

* chore: Update version to 2.10.0-beta.1

---------

Co-authored-by: Johnathan Aspinwall <jwaspin@gmail.com>

* Sync acquisitions branch (#332)

* chore: Update adiwg-mdjson_schemas and related files to version 2.10.0-beta.0

* chore: Update build script to include bundling step

* chore: Update adiwg-mdjson_schemas and related files to version 2.10.0-beta.5

* Release Version 2.9.5 (#337)

* 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

* Prepare release version 2.9.5 (#335)

* Fix DQ_CompletenessOmission Typo (#284) (#287)

* Fix Typo

DQ_CompletenessOmmission to DQ_CompletenessOmission

* Increment Patch Version

* 2.8.3

* Add DQ_NonQuantitativeAttributeAccuracy

* Squashed commit of the following:

commit f02a08c
Author: Johnathan <jwaspin@users.noreply.github.com>
Date:   Tue Feb 13 15:17:33 2024 -0700

    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

commit 5b598a0
Author: Johnathan <jwaspin@users.noreply.github.com>
Date:   Mon Feb 12 11:32:34 2024 -0700

    Fix DQ_CompletenessOmission Typo (#284)

    * Fix Typo

    DQ_CompletenessOmmission to DQ_CompletenessOmission

    * Increment Patch Version

    * 2.8.3

    * Add DQ_NonQuantitativeAttributeAccuracy

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

* chore: Update adiwg-mdcodes to version 2.9.3

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

* chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

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

* chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1

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

* chore: Update versions

mdCodes updated to 2.9.4-beta.4
mdJson-schemas updated to 2.9.3-beta.2

* Fix Data Quality Report Types

* chore: Increment beta version

* chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.9.4.pre.beta.5 and 2.9.3.pre.beta.5 respectively

* chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.10.0

---------

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

* Add GitHub Actions workflow for automated release creation (#338)

* Add GitHub Actions workflow for automated deployment to GitHub Pages

* Rename action

* Add Node.js setup step to release workflow

---------

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

---------

Co-authored-by: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com>
Co-authored-by: Jonathan Oliveros <joliveros@xentity.com>
Co-authored-by: Hilmar Maier <hilmar_maier@fws.gov>

* Remove translation section from dataQualityReport schema (#343)

---------

Co-authored-by: Hilmar Maier <hilmar_maier@fws.gov>
Co-authored-by: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com>
Co-authored-by: Jonathan Oliveros <joliveros@xentity.com>
hmaier-fws added a commit that referenced this pull request Dec 20, 2024
commit bde037c
Author: hmaier-fws <hilmar_maier@fws.gov>
Date:   Thu Dec 19 22:14:07 2024 -0900

    resolve conflicts

commit 081367c
Merge: 6cdc2f7 2f2ecd3
Author: hmaier-fws <hilmar_maier@fws.gov>
Date:   Thu Dec 19 22:13:45 2024 -0900

    Merge branch 'develop'

commit 6cdc2f7
Author: Johnathan <jwaspin@users.noreply.github.com>
Date:   Tue Dec 17 13:38:03 2024 -0700

    Release Version 2.10.0 (#341)

    * 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

    * Prepare release version 2.9.5 (#335)

    * Fix DQ_CompletenessOmission Typo (#284) (#287)

    * Fix Typo

    DQ_CompletenessOmmission to DQ_CompletenessOmission

    * Increment Patch Version

    * 2.8.3

    * Add DQ_NonQuantitativeAttributeAccuracy

    * Squashed commit of the following:

    commit f02a08c
    Author: Johnathan <jwaspin@users.noreply.github.com>
    Date:   Tue Feb 13 15:17:33 2024 -0700

        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

    commit 5b598a0
    Author: Johnathan <jwaspin@users.noreply.github.com>
    Date:   Mon Feb 12 11:32:34 2024 -0700

        Fix DQ_CompletenessOmission Typo (#284)

        * Fix Typo

        DQ_CompletenessOmmission to DQ_CompletenessOmission

        * Increment Patch Version

        * 2.8.3

        * Add DQ_NonQuantitativeAttributeAccuracy

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

    * chore: Update adiwg-mdcodes to version 2.9.3

    * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

    * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

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

    * chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1

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

    * chore: Update versions

    mdCodes updated to 2.9.4-beta.4
    mdJson-schemas updated to 2.9.3-beta.2

    * Fix Data Quality Report Types

    * chore: Increment beta version

    * chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.9.4.pre.beta.5 and 2.9.3.pre.beta.5 respectively

    * chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.10.0

    ---------

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

    * Add GitHub Actions workflow for automated release creation (#338)

    * Add GitHub Actions workflow for automated deployment to GitHub Pages

    * Rename action

    * Add Node.js setup step to release workflow

    * Feature: Acquisitions (v2.10.0) (#322)

    * Add Acquisition and supporting files

    Add acquisitions to metadata.

    * Add acq-plan.json example file (#303)

    * Add instrumentationEventList.json schema and example file (#299)

    * Add instrumentationEventList.json schema and example file

    * Add instrumentationEvent.json schema and example file (#298)

    * Add instrumentationEvent.json schema and example file

    * add reference to revision class. add enum to eventype

    * fix eventType in example

    * Add revision.json schema definition with example (#300)

    * Add revision.json schema definition with example

    * Add array type for dateInfo in revision.json

    * Add reference to date

    * Add acq-instrument.json schema and example file (#296)

    * Add acq-instrument.json schema and example file

    * Update  history to instrumentationEventList.json

    * Add requestedDate.json schema and example (#301)

    * Add requestedDate.json schema and example

    * Update description in requestedDate.json schema

    * Refactor requestedDate schema to use common date definition

    * Add acq-event.json schema and example file (#302)

    * Add acq-event.json schema and example file

    * Add description to class

    * Update "time" field in acq-event schema to use common date definition

    * Update README.md (#304)

    * Add acq-environment.json file and update schema (#306)

    * Add acq-pass.json schema and example file (#305)

    * Add acq-pass.json schema and example file

    * Add required

    * Change reference to string

    * Add acq-platform.json schema and example file (#294)

    * Add acq-platform.json schema and example file

    * Update id in platform schema

    * Update platform history schema reference

    * add hostId to schema

    * Remove hostId

    My mistake, I was looking at the wrong class.

    ---------

    Co-authored-by: Johnathan Aspinwall <jwaspin@gmail.com>

    * Add acq-operation.json schema and example file (#297)

    * Add acq-objective.json schema and example file (#295)

    * Add acq-objective.json schema and example file

    * Update objectiveType to have enum values

    * add objectiveType example

    * change strings to references of classes

    * feat: Update package.json version to 2.9.2-beta.0

    * Acq requirement (#308)

    * Add acq-requirement class with example

    * Add descriptions

    * rename to acq-RequestedDate

    * Fix acq-requirement example

    * Add required fields to acq-requirement

    * Fix examples to include array for clarity. (#309)

    * Fix examples to include array for clarity.

    * Fix acq-operation example

    * fix instrumentationEvent example

    * fix examples to show correct ouput. update references to other acq items.

    * Id descriptions update (#320)

    * rename id's and and refs to remove `acq-` prefix

    * remove acq- prefix from filenames

    * Update description to better reflect id's purpose

    * Update plan.json

    * Update plan.json

    * Update requirement.json

    * Update objective.json

    * Update platform.json

    * Update instrument.json

    * Update pass.json

    * Update instrumentationEvent.json

    * Update instrumentationEventList.json

    * Update operation.json

    * Update revision.json

    * Update revision.json

    * Update event.json

    * Update instrumentationEvent.json

    * Update instrumentationEventList.json

    * fix URI path

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

    * chore: Update adiwg-mdcodes to version 2.9.3.pre.beta.3 and mdJson-schemas to 2.9.2-beta.3

    * chore: Update adiwg-mdcodes and mdJson-schemas versions

    * Update objective.json schema to use object type instead of array

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

    * Fix identifier typo in platform.
    Change event to eventType in intrumentationEvent.
    Add description to instrumentationEventList.

    * chore: Update adiwg-mdjson_schemas to version 2.9.4-beta.0

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

    * chore: Update adiwg-mdjson_schemas to version 2.9.3-beta.0

    And update mdCodes to official release of 2.9.3

    * chore: Update adiwg-mdcodes to version 2.9.3

    * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

    * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

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

    * chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1

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

    * chore: Update versions

    mdCodes updated to 2.9.4-beta.4
    mdJson-schemas updated to 2.9.3-beta.2

    * Fix Data Quality Report Types

    * chore: Increment beta version

    * chore: Update version to 2.10.0-beta.0

    * fix citations within instrumentationEvent and instrumentationEventLis… (#331)

    * fix citations within instrumentationEvent and instrumentationEventList. remove required parentOperation in operation class.

    * chore: Update version to 2.10.0-beta.1

    ---------

    Co-authored-by: Johnathan Aspinwall <jwaspin@gmail.com>

    * Sync acquisitions branch (#332)

    * chore: Update adiwg-mdjson_schemas and related files to version 2.10.0-beta.0

    * chore: Update build script to include bundling step

    * chore: Update adiwg-mdjson_schemas and related files to version 2.10.0-beta.5

    * Release Version 2.9.5 (#337)

    * 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

    * Prepare release version 2.9.5 (#335)

    * Fix DQ_CompletenessOmission Typo (#284) (#287)

    * Fix Typo

    DQ_CompletenessOmmission to DQ_CompletenessOmission

    * Increment Patch Version

    * 2.8.3

    * Add DQ_NonQuantitativeAttributeAccuracy

    * Squashed commit of the following:

    commit f02a08c
    Author: Johnathan <jwaspin@users.noreply.github.com>
    Date:   Tue Feb 13 15:17:33 2024 -0700

        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

    commit 5b598a0
    Author: Johnathan <jwaspin@users.noreply.github.com>
    Date:   Mon Feb 12 11:32:34 2024 -0700

        Fix DQ_CompletenessOmission Typo (#284)

        * Fix Typo

        DQ_CompletenessOmmission to DQ_CompletenessOmission

        * Increment Patch Version

        * 2.8.3

        * Add DQ_NonQuantitativeAttributeAccuracy

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

    * chore: Update adiwg-mdcodes to version 2.9.3

    * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

    * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0

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

    * chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1

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

    * chore: Update versions

    mdCodes updated to 2.9.4-beta.4
    mdJson-schemas updated to 2.9.3-beta.2

    * Fix Data Quality Report Types

    * chore: Increment beta version

    * chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.9.4.pre.beta.5 and 2.9.3.pre.beta.5 respectively

    * chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.10.0

    ---------

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

    * Add GitHub Actions workflow for automated release creation (#338)

    * Add GitHub Actions workflow for automated deployment to GitHub Pages

    * Rename action

    * Add Node.js setup step to release workflow

    ---------

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

    ---------

    Co-authored-by: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com>
    Co-authored-by: Jonathan Oliveros <joliveros@xentity.com>
    Co-authored-by: Hilmar Maier <hilmar_maier@fws.gov>

    * Remove translation section from dataQualityReport schema (#343)

    ---------

    Co-authored-by: Hilmar Maier <hilmar_maier@fws.gov>
    Co-authored-by: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com>
    Co-authored-by: Jonathan Oliveros <joliveros@xentity.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants