Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
A lightweight API for indexing metadata and links to existing derivatives into Avalon.  

...

      :title (required),
      :creator (required, multiple),
      :date_issued (required),
      :alternative_title (multiple),
      :translated_title (multiple),
      :uniform_title (multiple),
      :statement_of_responsibility,
      :date_created,
      :copyright_date,
      :abstract,
      :note (multiple, requires :note_type from controlled vocabulary to be present also)
      :format,
      :resource_type (multiple),
      :contributor (multiple),
      :publisher (multiple),
      :genre (multiple),
      :subject (multiple),
      :related_item_url (multiple, requires :related_item_label to be present also),
      :geographic_subject (multiple),
      :temporal_subject (multiple),
      :topical_subject (multiple),
      :bibliographic_id,
      :language (multiple),
      :terms_of_use,
      :table_of_contents (multiple),
      :physical_description,
      :other_identifier (multiple, requires :other_identifier_type from controlled vocabulary to be present also. In the MDPI case use "mdpi barcode")

:collection_id

:files – an array masterfile hashes, example below. label and structure are optional. The last five fields must have the specified values (for now).

...

Bib import failure will result in a JSON response: {errors: ['Bib import failed', e.message]}, status: 422

 

Anchor
collections
collections
admin/collections

...