Skip to content
New issue

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

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

Already on GitHub? # to your account

MMT-3494: Added support for raw metadata for tool #90

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/types/tool.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ type Tool {
version: String
"This field provides users with information on what changes were included in the most recent version."
versionDescription: String
"Raw UMM Metadata of the Tool Record."
ummMetadata: JSON

collections (
"Collections query parameters"
Expand Down
3 changes: 2 additions & 1 deletion src/utils/umm/toolKeyMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"url": "umm.URL",
"useConstraints": "umm.UseConstraints",
"version": "umm.Version",
"versionDescription": "umm.VersionDescription"
"versionDescription": "umm.VersionDescription",
"ummMetadata": "umm"
}
}
Loading