ai.newnal.trustsquare.square

bezalel-newnal.bsky.social

Documentation

A Trust Square: a verified-only comment/chat space attached to one piece of external content.

main record

A Trust Square: a verified-only comment/chat space attached to one piece of external content.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 10000 bytesmaxGraphemes: 1000 graphemes
mode string Required

No description available.

Known values: vod, live
title string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "mode",
      "createdAt"
    ],
    "properties": {
      "mode": {
        "type": "string",
        "knownValues": [
          "vod",
          "live"
        ]
      },
      "title": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      },
      "pinned": {
        "type": "array",
        "items": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "maxLength": 3,
        "description": "Comments pinned by the creator."
      },
      "subject": {
        "refs": [
          "ai.newnal.trustsquare.defs#youtubeVideo"
        ],
        "type": "union",
        "description": "Open union so other platforms can be added later."
      },
      "settings": {
        "ref": "ai.newnal.trustsquare.defs#squareSettings",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 10000,
        "maxGraphemes": 1000
      }
    }
  },
  "description": "A Trust Square: a verified-only comment/chat space attached to one piece of external content."
}

Lexicon Garden

@