v1.0-rc2
Pre-release
Pre-release
A number of schema changes relating to authors and organisations were made:
Organisation
removedfamily_name
andgiven_name
removed fromAuthor
, replaced byname
- in
Author
, at least one ofname
andidentifier
must be defined Object
now has a writeable fieldauthors
for specifying a list of authorsObjectAuthorOrg
has been removedUserAuthorOrg
has been replaced byUserAuthor
, and the optional organisations has been removed
Changes to ExternalObject
:
doi_or_unique_name
has been replaced withother_unique_name
- an
identifier field
has been added. One ofother_unique_name
oridentifier
must be defined, but not both - ( (
identifier
orother_unique_name
),title
,version
) must be unique - a read-only field
version
has been added, corresponding to the version of the associatedDataProduct
Changes to DataProduct
:
external_objects
has been replaced withexternal_object