{
"id": "me.ngerakines.blahg.post",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"content",
"publishedAt"
],
"properties": {
"langs": {
"type": "array",
"items": {
"type": "string",
"format": "language"
},
"maxLength": 3,
"description": "Indicates human language of text content."
},
"title": {
"type": "string",
"maxLength": 2000,
"description": "The title of the post.",
"maxGraphemes": 200
},
"content": {
"type": "blob",
"accept": [
"text/plain",
"text/html",
"text/markdown"
],
"maxSize": 1000000,
"description": "The content of the post."
},
"attachments": {
"type": "array",
"items": {
"ref": "#attachment",
"type": "ref"
},
"description": "Media attached to the post."
},
"publishedAt": {
"type": "string",
"format": "datetime",
"description": "The date and time the post was published."
}
}
},
"description": "A blog post"
},
"attachment": {
"type": "object",
"required": [
"content"
],
"properties": {
"alt": {
"type": "string",
"maxLength": 10000,
"description": "Alt text description of the content, for accessibility.",
"maxGraphemes": 1000
},
"content": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 3000000
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:cbkjy5n7bk3ax2wplmtjofq2
- CID
-
bafyreicpo2m74lrulwole4pawrrq7ldlvuzlujtc7frpjh4qsmvhlyye6a
- Indexed At
- 2026-07-26 20:07 UTC
- AT-URI
-
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/me.ngerakines.blahg.post