community.gifthood.feed.getListingReplies

gifthood.community

{
  "id": "community.gifthood.feed.getListingReplies",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotAvailableToPublic",
          "description": "The author hides their content from logged-out viewers; sign in to view."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "replies"
          ],
          "properties": {
            "replies": {
              "type": "array",
              "items": {
                "ref": "community.gifthood.feed.defs#replyView",
                "type": "ref"
              },
              "description": "The notes, oldest-first, viewer-block- and adult-gate-filtered."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did",
          "rkey"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "DID of the account that created the listing."
          },
          "rkey": {
            "type": "string",
            "description": "Record key of the listing."
          },
          "limit": {
            "type": "integer",
            "default": 100,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum rows to return."
          },
          "includeHidden": {
            "type": "boolean",
            "description": "Include replies hidden by the listing owner's replygate, flagged `hidden: true`. Only honored when the requesting session is the listing owner; ignored otherwise."
          }
        }
      },
      "description": "Public notes on a listing, oldest-first, each with the author's resolved identity — AppView-derived from community.gifthood.reply + replygate records. Unpublished method; served by the gifthood AppView."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.gifthood.feed.getListingReplies

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7prvtl4j6wsfmkrfrnwknuxj
CID
bafyreigwbn264zzdal3om4zvj4gw2xzgkxylfxtapzylvfgg2afwgj4miq
Indexed At
2026-07-16 16:09 UTC
AT-URI
at://did:plc:7prvtl4j6wsfmkrfrnwknuxj/com.atproto.lexicon.schema/community.gifthood.feed.getListingReplies

Referenced Schemas (1)

Lexicon Garden

@