social.coves.community.subscription

coves.social

{
  "id": "social.coves.community.subscription",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "endedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the subscription ended (null if current)"
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the community being subscribed to"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the subscription started"
          },
          "contentVisibility": {
            "type": "integer",
            "default": 3,
            "maximum": 5,
            "minimum": 1,
            "description": "Content visibility level (1=only best content, 5=all content)"
          }
        }
      },
      "description": "A subscription to a community"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.community.subscription

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreifu276gqfyyp3qprjndjau4x246e33ve2sh5bj4mcr7jkyjw4yomy
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.community.subscription

Lexicon Garden

@