{
"id": "my.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:mtjehibaolmgc66gofx3zvn5
- CID
-
bafyreidxwhwcrcbo7aw446wwjl54ttd6w4d7tq5yrft2ffaqx22es3dsm4
- Indexed At
- 2026-08-19 18:03 UTC
- AT-URI
-
at://did:plc:mtjehibaolmgc66gofx3zvn5/com.atproto.lexicon.schema/my.bulletin.post