diff --git a/metadata/jq/pod2nerdm.jq b/metadata/jq/pod2nerdm.jq index fdfe5bbc6..86801a9a1 100644 --- a/metadata/jq/pod2nerdm.jq +++ b/metadata/jq/pod2nerdm.jq @@ -146,6 +146,7 @@ def podds2resource: description: [ .description ], keyword, + theme, references, accessLevel, @@ -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 ; diff --git a/metadata/model/nerdm-schema.json b/metadata/model/nerdm-schema.json index 7d5ca861d..22b62e850 100644 --- a/metadata/model/nerdm-schema.json +++ b/metadata/model/nerdm-schema.json @@ -686,7 +686,7 @@ } }, - "email": { + "hasEmail": { "title": "Email", "description": "The email address of the resource contact", "type": "string",