Note

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

Description

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

Type: object

Required Properties

  • text

Additional properties: false

Properties

  • Type: "type"

    Description

    The type of object. Must be set to Note.

    Type: string

  • Date Created: "dateCreated"

    Description

    The date and optionally time that this note was created

    Type: string

    Validates Against (oneOf)

    This schema must validate against one and only one of the following schemas:

    • Format: date

    • Format: date-time

  • Date Modified: "dateModified"

    Description

    The date and optionally time that this note was last modified

    Type: string

    Validates Against (oneOf)

    This schema must validate against one and only one of the following schemas:

    • Format: date

    • Format: date-time

  • Note Language: "language"

    Description

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

    Type: string

  • Note Type: "noteType"

    Description

    The type of Note. Required for notes on Lexemes.

    Type: string

  • Source (Person): "source"

    Description

    The name or initials 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.

    Type: string

  • Tags: "tags"

    Description

    A set of tags that apply to this Note. Useful for tagging notes that need review or responses, or marking a note as resolved.

    Must be an instance of the Tags schema.

  • Note Text: "text"

    Description

    The text of the note itself

    Type: string

    Min length: 1