net.shwilliam.hyphae.note

shwilliam.net

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

client timestamp

tags array of string Optional

note tags

maxLength: 8 items
text string Required

primary note content

maxLength: 100000 bytesmaxGraphemes: 10000 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt",
      "text"
    ],
    "properties": {
      "refs": {
        "type": "array",
        "items": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "maxLength": 20,
        "description": "related notes"
      },
      "tags": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        },
        "maxLength": 8,
        "description": "note tags"
      },
      "text": {
        "type": "string",
        "maxLength": 100000,
        "description": "primary note content",
        "maxGraphemes": 10000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "client timestamp"
      }
    }
  }
}

Lexicon Garden

@