Skip to content

Commit

Permalink
Merge pull request #1 from usnistgov/integration
Browse files Browse the repository at this point in the history
Integration
  • Loading branch information
skolli853780 authored Dec 13, 2016
2 parents cee1ecf + c81cc9c commit 728adc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions metadata/jq/pod2nerdm.jq
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def podds2resource:

description: [ .description ],
keyword,
theme,

references,
accessLevel,
Expand All @@ -159,6 +160,7 @@ def podds2resource:
if .references then .references = (.references | map(cvtref)) else del(.references) end |
if .components then .components = (.components | map(dist2comp)) else del(.components) end |
if .doi then . else del(.doi) end |
if .theme then . else del(.theme) end |
if .issued then . else del(.issued) end
;

Expand Down
2 changes: 1 addition & 1 deletion metadata/model/nerdm-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@
}
},

"email": {
"hasEmail": {
"title": "Email",
"description": "The email address of the resource contact",
"type": "string",
Expand Down

0 comments on commit 728adc9

Please sign in to comment.