social.respawn.feed.gate

respawn.social

{
  "id": "social.respawn.feed.gate",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "allow": {
            "type": "array",
            "items": {
              "refs": [
                "#nobodyRule",
                "#followingRule",
                "#followerRule"
              ],
              "type": "union"
            },
            "maxLength": 5,
            "description": "Rules for who can comment. Absent means everyone; an empty array or a nobody rule means no one."
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "The log or list this gate applies to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "disableLikes": {
            "type": "boolean"
          },
          "hiddenComments": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 50,
            "description": "AT-URIs of comments the author has hidden."
          }
        }
      },
      "description": "Interaction settings for a log or list, analogous to app.bsky.feed.threadgate/postgate. The record key (rkey) must match the rkey of the gated record. Absence of a gate record means everyone can interact."
    },
    "nobodyRule": {
      "type": "object",
      "properties": {},
      "description": "Disallow comments from everyone."
    },
    "followerRule": {
      "type": "object",
      "properties": {},
      "description": "Allow comments from actors who follow the author."
    },
    "followingRule": {
      "type": "object",
      "properties": {},
      "description": "Allow comments from actors the author follows."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.respawn.feed.gate

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:hiabolqnnpdnrb5grmdaaepg
CID
bafyreiew5v6eby7pqqppq22ephqwvvwensgypjgby46yhoax3kkdhbkyzm
Indexed At
2026-08-18 03:23 UTC
AT-URI
at://did:plc:hiabolqnnpdnrb5grmdaaepg/com.atproto.lexicon.schema/social.respawn.feed.gate

Lexicon Garden

@