blue.registry.invite

registry.blue

{
  "id": "blue.registry.invite",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "list",
          "collaborator",
          "createdAt",
          "expiresAt"
        ],
        "properties": {
          "list": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the list being shared."
          },
          "resentAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the invite was last resent. Absent if never resent."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the invite was created."
          },
          "expiresAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the invite expires. Defaults to 72 hours after creation."
          },
          "collaborator": {
            "type": "string",
            "format": "did",
            "description": "DID of the invited collaborator."
          }
        }
      },
      "description": "Invites a user to add items to a list."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "An invitation for another user to collaborate on a list."
}

Validate Record

Validate a record against blue.registry.invite

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4olik72a346dcc2hppt7ioo4
CID
bafyreigpyurggxtewq7sj7z74lftgsdr6n35tem4ow6gttb5d72nfoskl4
Indexed At
2026-04-05 00:56 UTC
AT-URI
at://did:plc:4olik72a346dcc2hppt7ioo4/com.atproto.lexicon.schema/blue.registry.invite

Lexicon Garden

@