Skip to content

MMT-4145: Update to Support New UMM-S Schema Version 1.5.4#181

Merged
htranho merged 1 commit intomainfrom
MMT-4145
Mar 12, 2026
Merged

MMT-4145: Update to Support New UMM-S Schema Version 1.5.4#181
htranho merged 1 commit intomainfrom
MMT-4145

Conversation

@htranho
Copy link
Contributor

@htranho htranho commented Mar 12, 2026

Overview

What is the feature?

Update UMM-S schema version from 1.5.3 to 1.5.4

What is the Solution?

UMM-S schema added a new enum value "NETCDF-4 (OPeNDAP URL)" under Options.

Since Options is a JSON object in we only need to update the version number.

What areas of the application does this impact?

This only required a single version bump in GQL without any other changes.

Testing

Ingest a service draft
mutation Mutation($conceptType: DraftConceptType!, $metadata: JSON!, $nativeId: String!, $providerId: String!, $ummVersion: String!) { ingestDraft(conceptType: $conceptType, metadata: $metadata, nativeId: $nativeId, providerId: $providerId, ummVersion: $ummVersion) { conceptId revisionId warnings existingErrors } }

with

{ "conceptType": "Service", "metadata": "{\"ServiceOptions\":{\"SupportedReformattings\":[{\"SupportedOutputFormats\":[\"NETCDF-4 (OPeNDAP URL)\"],\"SupportedInputFormat\":\"HDF5\"}]},\"URL\":{\"Description\":\"www.test.org\",\"URLValue\":\"www.test.org\"},\"RelatedURLs\":[{\"URLContentType\":\"VisualizationURL\",\"Description\":\"testing\",\"Type\":\"GET RELATED VISUALIZATION\",\"Subtype\":\"WORLDVIEW\",\"URL\":\"test.org\"}],\"Type\":\"WEB SERVICES\",\"ServiceKeywords\":[{\"ServiceCategory\":\"EARTH SCIENCE SERVICES\",\"ServiceTopic\":\"DATA MANAGEMENT/DATA HANDLING\",\"ServiceTerm\":\"CATALOGING\"}],\"ServiceOrganizations\":[{\"Roles\":[\"DEVELOPER\"],\"ShortName\":\"RI/DOA\",\"LongName\":\"Department of Administration, Rhode Island\"}],\"OperationMetadata\":[{\"OperationName\":\"GetCapabilities\"}],\"ServiceQuality\":{\"QualityFlag\":\"Reviewed\"},\"AccessConstraints\":\"testing\",\"ContactGroups\":[{\"Roles\":[\"TECHNICAL CONTACT\"],\"GroupName\":\"TESTER\"}],\"Description\":\"testing\",\"Version\":\"1\",\"Name\":\"Ingest testing\",\"LongName\":\"Ingest testing\"}", "nativeId": "ASDF-MMT_1", "providerId": "MMT_1", "ummVersion": "1.5.4" }

Fetching it returns this correct MetadataSpecification ... "MetadataSpecification": { "URL": "https://cdn.earthdata.nasa.gov/umm/service/v1.5.4", "Name": "UMM-S", "Version": "1.5.4" }

Attachments

Please include relevant screenshots or files that would be helpful in reviewing and verifying this change.

Checklist

  • I have added automated tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@htranho htranho marked this pull request as draft March 12, 2026 18:01
@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (06876d6) to head (22dde9f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #181   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          115       115           
  Lines         2706      2706           
  Branches       330       330           
=========================================
  Hits          2706      2706           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@htranho htranho marked this pull request as ready for review March 12, 2026 18:56
@htranho htranho merged commit 509c845 into main Mar 12, 2026
9 checks passed
@htranho htranho deleted the MMT-4145 branch March 12, 2026 20:40
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.

3 participants