{
"id": "net.dollware.lesgif.feed.post",
"defs": {
"gif": {
"type": "object",
"required": [
"blob"
],
"properties": {
"alt": {
"type": "string"
},
"blob": {
"type": "blob",
"accept": [
"image/gif"
],
"maxSize": 2000000
}
}
},
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"tags",
"gif",
"createdAt"
],
"properties": {
"gif": {
"ref": "#gif",
"type": "ref"
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxGraphemes": 10
},
"maxLength": 5,
"description": "Tags that apply to the content of the post, used for discoverability."
},
"title": {
"type": "string",
"description": "The title of the post.",
"maxGraphemes": 80
},
"labels": {
"type": "array",
"items": {
"enum": [
"unlisted",
"nsfw"
],
"type": "string"
}
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this post was originally created."
},
"languages": {
"type": "array",
"items": {
"type": "string",
"maxGraphemes": 5
},
"maxLength": 2,
"description": "Indicates human language of post content, including title and the gif itself."
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:p5yjdr64h7mk5l3kh6oszryk
- CID
-
bafyreia3fienozxwgwkognmlygyu7rf4575jh5dwt7qg7rb2byug3timkm
- Indexed At
- 2026-01-16 01:18 UTC
- AT-URI
-
at://did:plc:p5yjdr64h7mk5l3kh6oszryk/com.atproto.lexicon.schema/net.dollware.lesgif.feed.post