org.swappulse.circle

bridge.swappulse.org

{
  "id": "org.swappulse.circle",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "visibility",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 60
          },
          "theme": {
            "type": "string",
            "knownValues": [
              "vintage",
              "competitive",
              "shiny",
              "investment",
              "local_region",
              "artist",
              "general"
            ]
          },
          "region": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "curatorDid": {
            "type": "string",
            "format": "did"
          },
          "memberDids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 100
          },
          "visibility": {
            "type": "string",
            "knownValues": [
              "private",
              "members_visible",
              "public"
            ]
          },
          "curatorName": {
            "type": "string"
          },
          "description": {
            "type": "string",
            "maxLength": 200
          },
          "memberCount": {
            "type": "integer"
          },
          "curatorHandle": {
            "type": "string"
          },
          "memberProfiles": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "did": {
                  "type": "string",
                  "format": "did"
                },
                "name": {
                  "type": "string"
                },
                "avatar": {
                  "type": "string",
                  "format": "uri"
                },
                "handle": {
                  "type": "string"
                }
              }
            },
            "maxLength": 100
          }
        }
      },
      "description": "A collector circle."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A collector circle (themed community group), mirrored to AT Protocol so circles are portable community objects across PDSs and SwapPulse instances."
}

Validate Record

Validate a record against org.swappulse.circle

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jwoatauidzr4lollmro2gh35
CID
bafyreiaruxpjxd4cuherogu3al7havyegh4lntygvn57hlpz4kso52j3sq
Indexed At
2026-08-16 00:57 UTC
AT-URI
at://did:plc:jwoatauidzr4lollmro2gh35/com.atproto.lexicon.schema/org.swappulse.circle

Lexicon Garden

@