Note

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

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

Description

A note about this resource. Notes may also include type and language attributes.

Type: object

Required Properties

  • text

Additional properties: false

Properties

  • Date Created: "dateCreated"

    Description

    The date and optionally time that this note was created, in internet date-time format.

    Must be an instance of the DateCreated schema.

  • Date Modified: "dateModified"

    Description

    The date and optionally time that this note was last modified, in internet date-time format.

    Must be an instance of the DateModified schema.

  • Note Language: "language"

    Description

    A language code or language name of the language that this note is written in.

    Type: string

  • Source (Person): "source"

    Description

    The abbreviation of the person who is the source of the information in this Note. This is not necessarily the person who wrote it. For example, a linguist could make a note based on something that a speaker reports, in which case the speaker should be listed as the source.

    Must be an instance of the Abbreviation schema.

  • Note Text: "text"

    Description

    The text of the note itself.

    Type: string

  • Note Type: "type"

    Description

    The type of Note. Common values include:

    Type: string

    Allowed Values (enum)

    • "note-to-self"
    • "general"
    • "anthropology"
    • "discourse"
    • "encyclopedic"
    • "grammar"
    • "phonology"
    • "semantics"
    • "sociocultural"