com.lognship.project.membership

lognship.com

{
  "id": "com.lognship.project.membership",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "project",
          "member",
          "createdAt"
        ],
        "properties": {
          "member": {
            "type": "string",
            "format": "did",
            "description": "DID of the member."
          },
          "project": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the lognship project this membership belongs to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this membership was originally created."
          }
        }
      },
      "description": "Declare a membership of a project."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.lognship.project.membership

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ln7l376244zkvhwu4wgr3rzz
CID
bafyreihc5ssazvwd777ilbu3kg4c4vsvqqbibom5tqzfc4vcifdenlyg6e
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:ln7l376244zkvhwu4wgr3rzz/com.atproto.lexicon.schema/com.lognship.project.membership

Lexicon Garden

@