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 graphemesmode
string
Required
No description available.
Known values:
vod, livepinned
array
of
ref
com.atproto.repo.strongRef
Optional
Comments pinned by the creator.
maxLength: 3 itemssettings
ref
ai.newnal.trustsquare.defs#squareSettings
Optional
No description available.
subject
union
Required
Open union so other platforms can be added later.
Known types:
title
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesView 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."
}