site.exosphere.sphere.profile

exosphere.site

{
  "id": "site.exosphere.sphere.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "visibility",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 256,
            "description": "Human-readable display name."
          },
          "modules": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 256
            },
            "description": "Module names enabled for this Sphere."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 64
          },
          "visibility": {
            "type": "string",
            "maxLength": 64,
            "description": "Whether the Sphere's content is publicly readable.",
            "knownValues": [
              "public",
              "private"
            ]
          },
          "description": {
            "type": "string",
            "maxLength": 1024,
            "description": "Short description of the Sphere's purpose."
          }
        }
      },
      "description": "Declaration of an Exosphere Sphere, published on the owner's PDS. Enables third-party discovery and indexing of Spheres across the AT Protocol network."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.exosphere.sphere.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tztfs5zp6b4feo4u64adfvmq
CID
bafyreifg5t6bk6f4i4s3grm2sxlygxto2pd2hzrodcjrx2nujhp5jn2ymm
Indexed At
2026-04-01 16:32 UTC
AT-URI
at://did:plc:tztfs5zp6b4feo4u64adfvmq/com.atproto.lexicon.schema/site.exosphere.sphere.profile

Lexicon Garden

@