{
"id": "club.syntax.feed.snap",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"content",
"createdAt"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string",
"maxGraphemes": 32
},
"maxLength": 10,
"description": "Tags for categorization and discovery."
},
"title": {
"type": "string",
"description": "Optional title of the snap.",
"maxGraphemes": 140
},
"content": {
"refs": [
"club.syntax.content.files"
],
"type": "union",
"description": "Structured content of the snap (e.g. files)."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Record creation timestamp (ISO 8601)."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Last update timestamp (ISO 8601)."
},
"visibility": {
"type": "string",
"description": "Client-level visibility hint.",
"knownValues": [
"public",
"unlisted"
]
},
"description": {
"type": "string",
"description": "Optional short summary or context.",
"maxGraphemes": 1000
}
}
},
"description": "A generic Syntax Club snap document."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:vwcdvcrlwwvfs4bfmevarcz5
- CID
-
bafyreigtx3hr5znjglfezosvusjp7zzpvd6qalhzekov36fphgl6e4nj7y
- Indexed At
- 2026-07-26 20:15 UTC
- AT-URI
-
at://did:plc:vwcdvcrlwwvfs4bfmevarcz5/com.atproto.lexicon.schema/club.syntax.feed.snap
Referenced Schemas (1)
-
club.syntax.content.files