app.userinput.member

userinput.app

{
  "id": "app.userinput.member",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "space",
          "subject",
          "role",
          "createdAt"
        ],
        "properties": {
          "role": {
            "enum": [
              "moderator",
              "admin"
            ],
            "type": "string"
          },
          "space": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The space this membership applies to. Indexed by constellation at space.uri."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The DID being granted a role."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Grants a DID a role on a space. Only honored when authored by the space owner. Lives in the owner's repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.userinput.member

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uyixj57k6nmxrdj7pjs2ss5s
CID
bafyreic6q3r426skyazeyvcfqecgoybxk3wlqxxkstnjebxtmxpj2mn6iq
Indexed At
2026-06-07 09:51 UTC
AT-URI
at://did:plc:uyixj57k6nmxrdj7pjs2ss5s/com.atproto.lexicon.schema/app.userinput.member

Lexicon Garden

@