space.ziran.invite

lexicons.pds.ziran.space

{
  "id": "space.ziran.invite",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "space",
          "name",
          "createdAt"
        ],
        "properties": {
          "doc": {
            "type": "string",
            "format": "tid",
            "description": "Optional rkey of a specific space.ziran.doc record to highlight."
          },
          "name": {
            "type": "string",
            "maxLength": 2000,
            "description": "Human-readable workspace name, so the invite renders without a credential mint.",
            "maxGraphemes": 200
          },
          "space": {
            "type": "string",
            "format": "at-uri",
            "description": "The workspace space the invitee has been added to."
          },
          "message": {
            "type": "string",
            "maxLength": 10000,
            "description": "Optional message from the inviter.",
            "maxGraphemes": 1000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "An invitation to a Ziran workspace, written by the inviter into their own repo inside the invitee's public-policy inbox space. The inviter must already have added the invitee as a member of the workspace; this record only makes that membership discoverable. Dismissal is app-local: the record belongs to the inviter."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.ziran.invite

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:axdexdy7p7yvuunn2mvuvy32
CID
bafyreibvbnwqxcm5sxaqwjdzotqwsj4y5e4qq4ucasetshc2gpltm7vulm
Indexed At
2026-08-25 15:40 UTC
AT-URI
at://did:plc:axdexdy7p7yvuunn2mvuvy32/com.atproto.lexicon.schema/space.ziran.invite

Lexicon Garden

@