Backfill in-progress. Some lexicons and records may be missing or incomplete.

dev.ocbwoy3.blueboard.board

ocbwoy3.dev

{
  "id": "dev.ocbwoy3.blueboard.board",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "description",
          "nsfw",
          "createdAt"
        ],
        "properties": {
          "nsfw": {
            "type": "boolean",
            "description": "Whether the board is NSFW"
          },
          "title": {
            "type": "string",
            "maxLength": 10,
            "description": "The title of the board (e.g. /at/)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The date and time when the board was created"
          },
          "description": {
            "type": "string",
            "description": "A short description of the board",
            "maxGraphemes": 30
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "This record defines a board on Blue Board (e.g. /at/, /pic/, etc.)"
}

Validate Record

Validate a record against dev.ocbwoy3.blueboard.board

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:s7cesz7cr6ybltaryy4meb6y
CID
bafyreibaptv2xl7am7p23xeif7vlunjnfrvogn4nkny5gkiylntjlfyzxy
Indexed At
2026-01-04 21:49 UTC
AT-URI
at://did:plc:s7cesz7cr6ybltaryy4meb6y/com.atproto.lexicon.schema/dev.ocbwoy3.blueboard.board

Lexicon Garden

@