at.tasked.tasked.notesNote

tasked.at

Documentation

A private text note in the owner's TaskedAT workspace.

main record

A private text note in the owner's TaskedAT workspace.

Record Key tid Timestamp-based ID

Properties

archived boolean Required

No description available.

body string Required

No description available.

maxGraphemes: 100000 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

formatVersion integer Required

No description available.

labels array of string Optional

No description available.

maxLength: 20 items
pinned boolean Required

No description available.

title string Required

No description available.

maxGraphemes: 240 graphemesminGraphemes: 1 graphemes
updatedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "formatVersion",
      "title",
      "body",
      "pinned",
      "archived",
      "createdAt",
      "updatedAt"
    ],
    "properties": {
      "body": {
        "type": "string",
        "maxGraphemes": 100000
      },
      "title": {
        "type": "string",
        "maxGraphemes": 240,
        "minGraphemes": 1
      },
      "labels": {
        "type": "array",
        "items": {
          "type": "string",
          "maxGraphemes": 50,
          "minGraphemes": 1
        },
        "maxLength": 20
      },
      "pinned": {
        "type": "boolean"
      },
      "archived": {
        "type": "boolean"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "formatVersion": {
        "type": "integer",
        "const": 1
      }
    }
  },
  "description": "A private text note in the owner's TaskedAT workspace."
}

Lexicon Garden

@