Bibliographic Reference

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

Schema ID: http://cdn.digitallinguistics.io/schemas/Reference-1.0.0.json

Description

A bibliographic Reference.

Required Properties

  • title

Properties

  • Authors: "authors"

    Description

    An array of authors for this Reference.

    Type: array

    Unique items: true

    Items

    Author

    Type: string

  • City: "city"

    Description

    The city in which this reference was published.

    Type: string

  • Edition: "edition"

    Description

    The edition of this Reference.

    Type: integer

  • Editors: "editors"

    Description

    An array of editors for this Reference.

    Type: array

    Unique items: true

    Items

    Editor

    Type: string

  • 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

  • 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

  • Translators: "translators"

    Description

    An array of translations for this Reference.

    Type: array

    Unique items: true

    Items

    Must be an instance of the #person schema.

  • Publication Type: "type"

    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"
  • URL: "url"

    Description

    A URL for this Reference.

    Type: string

    Format: uri

  • Volume: "volume"

    Description

    The volume number for this publication.

    Type: integer

  • Year: "year"

    Description

    The year this item was published.

    Type: integer

    Exclusive minumum: true