dk.raakode.lab.makker.position

lexauthority.pds1.lab.raakode.dk

{
  "id": "dk.raakode.lab.makker.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 dk.raakode.lab.makker.position

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ck6ybqliyrt6irwzqflfhzdq
CID
bafyreifv53se5iwwppafkx5qv6lfakpvq7fjsx5jry3mbj5hxrwoyns5me
Indexed At
2026-09-10 13:32 UTC
AT-URI
at://did:plc:ck6ybqliyrt6irwzqflfhzdq/com.atproto.lexicon.schema/dk.raakode.lab.makker.position

Lexicon Garden

@