site.exosphere.sphere.member

exosphere.site

Documentation

A user's declaration that they are a member of a Sphere. Published on the member's own PDS. The Sphere owner/admin publishes a corresponding site.exosphere.sphere.memberApproval record to confirm the membership. Together, the two records form a bilateral proof of membership — similar to how AT Protocol follows work.

main record

A user's declaration that they are a member of a Sphere. Published on the member's own PDS. The Sphere owner/admin publishes a corresponding site.exosphere.sphere.memberApproval record to confirm the membership. Together, the two records form a bilateral proof of membership — similar to how AT Protocol follows work.

Record Key tid Timestamp-based ID

Properties

sphere string at-uri Required

AT URI of the Sphere record (site.exosphere.sphere.profile) on the owner's PDS.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "sphere"
    ],
    "properties": {
      "sphere": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the Sphere record (site.exosphere.sphere.profile) on the owner's PDS."
      }
    }
  },
  "description": "A user's declaration that they are a member of a Sphere. Published on the member's own PDS. The Sphere owner/admin publishes a corresponding site.exosphere.sphere.memberApproval record to confirm the membership. Together, the two records form a bilateral proof of membership — similar to how AT Protocol follows work."
}

Lexicon Garden

@