{
"id": "at.dholms.bulletin.post",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"color": {
"type": "string",
"knownValues": [
"yellow",
"pink",
"blue",
"green",
"lavender"
]
},
"image": {
"type": "blob",
"accept": [
"image/jpeg",
"image/png",
"image/webp"
],
"maxSize": 500000
},
"imageAlt": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"position": {
"type": "object",
"required": [
"x",
"y"
],
"properties": {
"x": {
"type": "integer",
"maximum": 1000,
"minimum": 0
},
"y": {
"type": "integer",
"maximum": 1000,
"minimum": 0
}
}
},
"rotation": {
"type": "integer",
"maximum": 25,
"minimum": -25,
"description": "Clockwise rotation in tenths of a degree."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:ryh3lb5eac6cuxutrrx7pfln
- CID
-
bafyreiaee6rv3duad75x6vlzzs6ly2e3dtlmza7s5uuxzdmuvg7ao6mr4a
- Indexed At
- 2026-08-17 20:44 UTC
- AT-URI
-
at://did:plc:ryh3lb5eac6cuxutrrx7pfln/com.atproto.lexicon.schema/at.dholms.bulletin.post
Version History (2 versions)