app.bulleted.space

ngerakines.me

{
  "id": "app.bulleted.space",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "owner",
          "spaceKey",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 1000,
            "description": "Display name for the space."
          },
          "owner": {
            "type": "string",
            "format": "did",
            "description": "DID that owns the space."
          },
          "spaceKey": {
            "type": "string",
            "maxLength": 512,
            "description": "The 0016 space key."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the space was created."
          },
          "spaceType": {
            "type": "string",
            "format": "nsid",
            "description": "The 0016 space type NSID. Absent means app.bulleted.space."
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "description": "Longer summary of the space."
          }
        }
      },
      "description": "A permissioned space holding outlines. The record key is the space key; 'self' is the default space."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bulleted.space

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreid2dz5xmwbtzs7omcgdvvowbbgras2q2xqhihb5lymf2yue6j6toe
Indexed At
2026-07-31 00:01 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/app.bulleted.space

Lexicon Garden

@