eclipse-pass / pass-deposit-services

Deposit Services are responsible for the transfer of custodial content and metadata from end users to repositories.
Apache License 2.0
1 stars 4 forks source link

Update `JournalPublicationType` to comport with metadata schema #229

Closed emetsger closed 5 years ago

emetsger commented 5 years ago

JournalPublicationType is an enum which currently supports two values: Print and Electronic.

The JHU global schema supports two values: Print and Online.

JournalPublicationType should be updated to support the Online value, which should complete Deposit Services' support for the JHU global metadata schema. (🤞)