{
"id": "us.polhem.blog.post",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"content",
"slug",
"createdAt"
],
"properties": {
"slug": {
"type": "string",
"maxLength": 100
},
"tags": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri",
"description": "Reference (AT-URI) to a tag record (us.polhem.blog.tag)."
}
},
"title": {
"type": "string",
"maxLength": 1000
},
"images": {
"type": "array",
"items": {
"ref": "app.bsky.embed.images#image",
"type": "ref"
}
},
"content": {
"type": "string",
"maxLength": 100000
},
"excerpt": {
"type": "string",
"maxLength": 1000
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"visibility": {
"enum": [
"public",
"url",
"author"
],
"type": "string",
"default": "public",
"description": "Tells the visibility of the article to AppView."
},
"featuredImage": {
"ref": "app.bsky.embed.images#image",
"type": "ref"
}
}
},
"description": "Record describing a blog post."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Posts on my personal blog (https://polhem.us)"
}
Metadata
- DID
-
did:plc:p5a4pydyirvdkmc3lhw2iykp
- CID
-
bafyreihsgo64ce6ijqmzzz6htqhe2cleb6v5ebrw3stsjwmdrw2wiuy7bq
- Indexed At
- 2026-01-05 00:20 UTC
- AT-URI
-
at://did:plc:p5a4pydyirvdkmc3lhw2iykp/com.atproto.lexicon.schema/us.polhem.blog.post