com.welistskyblue.list.comment

welistskyblue.com

{
  "id": "com.welistskyblue.list.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "item",
          "text",
          "createdAt"
        ],
        "properties": {
          "item": {
            "ref": "strong",
            "type": "ref",
            "description": "Strong reference to the task item being commented on."
          },
          "text": {
            "type": "string",
            "maxLength": 640,
            "description": "Comment text.",
            "maxGraphemes": 64
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "deletedAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A comment attached to a task item."
}

Validate Record

Validate a record against com.welistskyblue.list.comment

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jouroezrzk55xq3kbg34gqum
CID
bafyreigkh6quw6jvvugxadh45ksdg2vwx6t5ze7b7ev5ld64pyk6gageuq
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:jouroezrzk55xq3kbg34gqum/com.atproto.lexicon.schema/com.welistskyblue.list.comment

Lexicon Garden

@