Bibliographic Reference

Validate against: http://json-schema.org/schema#

Description

A bibliographic Reference

Type: object

Definitions

The following schema definitions may be used by this schema:

  • Person: "person"

    Description

    An object representing a Person

    Type: object

    Additional properties: false

    Properties

    • First Name: "firstName"

      Description

      The first name(s) of this author

      Type: string

    • Last Name: "lastName"

      Description

      The last name(s) of this author

      Type: string

Required Properties

  • title

Additional properties: true

Properties

  • ID: "id"

    Description

    A unique database identifier for this Reference

  • Type: "type"

    Description

    The type of object. Must be set to BibliographicReference.

    Type: string

  • Authors: "authors"

    Description

    An array of authors for this Reference

    Type: array

    Unique items: true

    Items

    Author

    Description

    A Person object representing an author

    Must be an instance of the #person schema.

  • City: "city"

    Description

    The city in which this reference was published

    Type: string

  • Digital Object Identifier (DOI): "doi"

    Description

    The Digtial Object Identifier (DOI) for this publication. This should be just the DOI itself, not a URL, and should not include the doi: prefix (e.g. 10.1075/cal.20.02hie not https://doi.org/10.1075/cal.20.02hie or doi:10.1075/cal.20.02hie).

    Type: string

    Regular expression pattern: ^10.\d{4,9}/[-._;()/:A-Za-z0-9]+$

  • Edition: "edition"

    Description

    The edition of this Reference, formatted as an integer

    Type: integer

    Minimum: 1

  • Editors: "editors"

    Description

    An array of editors for this Reference

    Type: array

    Unique items: true

    Items

    Editor

    Description

    A Person object representing an editor

    Must be an instance of the #person schema.

  • Issue: "issue"

    Description

    The publication issue

    Type: string

  • Pages: "pages"

    Description

    The page numbers of this Reference

    Type: string

  • Publication: "publication"

    Description

    The publication where this item was published

    Type: string

  • Publication Type: "publicationType"

    Description

    The type of publication

    Type: string

    Allowed Values (enum)

    • "journal article"
    • "book"
    • "generic"
    • "book section"
    • "conference proceedings"
    • "working paper"
    • "report"
    • "web page"
    • "thesis"
    • "magazine article"
    • "newspaper article"
    • "television broadcast"
    • "encyclopedia article"
    • "film"
  • Publisher (or Institution): "publisher"

    Description

    The name of the publisher of this reference, or the institution where it was published

    Type: string

  • Series: "series"

    Description

    The series in which this publication was published

    Type: string

  • Title: "title"

    Description

    The title of this publication

    Type: string

    Min length: 1

  • Translators: "translators"

    Description

    An array of translators for this Reference

    Type: array

    Unique items: true

    Items

    Translator (Person)

    Description

    A Person object representing a translator

    Must be an instance of the #person schema.

  • URL: "url"

    Description

    A URL for this Reference

    Type: string

    Format: uri

  • Volume: "volume"

    Description

    The volume number for this publication

    Type: integer

    Minimum: 1

  • Year: "year"

    Description

    The year this item was published. Use a positive integer for AD / ACE, and a negative integer for BC / BCE.

    Type: integer