my.bulletin.position

bulletin.my

{
  "id": "my.bulletin.position",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "position",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "position": {
            "type": "object",
            "required": [
              "x",
              "y"
            ],
            "properties": {
              "x": {
                "type": "integer",
                "maximum": 1000,
                "minimum": 0
              },
              "y": {
                "type": "integer",
                "maximum": 1000,
                "minimum": 0
              }
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A board-owner position override for a specific version of a note."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against my.bulletin.position

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mtjehibaolmgc66gofx3zvn5
CID
bafyreihpwyzwqluh4cvp5b2r5hzk24stkmgh37sp3oj7m45jvcwd5cal54
Indexed At
2026-08-19 18:03 UTC
AT-URI
at://did:plc:mtjehibaolmgc66gofx3zvn5/com.atproto.lexicon.schema/my.bulletin.position

Lexicon Garden

@