tech.devrelish.membership

devrelish.tech

{
  "id": "tech.devrelish.membership",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "group",
          "createdAt"
        ],
        "properties": {
          "role": {
            "type": "string",
            "default": "tech.devrelish.membership#member",
            "description": "The member's role within the group.",
            "knownValues": [
              "tech.devrelish.membership#member",
              "tech.devrelish.membership#organizer"
            ]
          },
          "group": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the tech.devrelish.group record."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when the membership was created."
          }
        }
      },
      "description": "A user's declared membership in a DevRel-ish group."
    },
    "member": {
      "type": "token",
      "description": "A regular member of the group."
    },
    "organizer": {
      "type": "token",
      "description": "An organizer with management permissions for the group."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.devrelish.membership

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6d3psjptpouatzj7t7sk5qrt
CID
bafyreieoyus4tewftxtgx6vr6jym6l75grbcnlugbxuu3alyyylq4hrsmm
Indexed At
2026-09-06 13:07 UTC
AT-URI
at://did:plc:6d3psjptpouatzj7t7sk5qrt/com.atproto.lexicon.schema/tech.devrelish.membership

Lexicon Garden

@