community.gifthood.feed.getListing

gifthood.community

{
  "id": "community.gifthood.feed.getListing",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        },
        {
          "name": "NotAvailableToPublic",
          "description": "The author hides their content from logged-out viewers; sign in to view."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "listing"
          ],
          "properties": {
            "listing": {
              "ref": "community.gifthood.feed.defs#listingDetailView",
              "type": "ref"
            }
          }
        },
        "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 (TID) of the listing record in the poster's repo."
          }
        }
      },
      "description": "Fetch the full detail view of a single listing by DID and record key."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.gifthood.feed.getListing

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@