parts.page.mention.search

page.parts

{
  "id": "parts.page.mention.search",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "results"
          ],
          "properties": {
            "results": {
              "type": "array",
              "items": {
                "ref": "#result",
                "type": "ref"
              },
              "maxLength": 50
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "service",
          "search"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 50,
            "minimum": 1,
            "description": "Maximum number of results to return"
          },
          "search": {
            "type": "string",
            "description": "Search query string"
          },
          "service": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the parts.page.mention.service record identifying which service to query"
          }
        }
      },
      "description": "Search a mention service for matching results. A single XRPC host can serve multiple mention services, distinguished by the service AT URI."
    },
    "result": {
      "type": "object",
      "required": [
        "uri",
        "name"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "description": "Identifier for the mentioned entity"
        },
        "href": {
          "type": "string",
          "format": "uri",
          "description": "Optional web URL for the mentioned entity"
        },
        "icon": {
          "type": "string",
          "format": "uri",
          "description": "Optional icon URL for the mentioned entity, displayed next to the mention"
        },
        "name": {
          "type": "string",
          "description": "Display name for the mentioned entity"
        },
        "embed": {
          "ref": "#embedInfo",
          "type": "ref",
          "description": "Optional embed info for creating an embed block instead of an inline mention"
        }
      }
    },
    "embedInfo": {
      "type": "object",
      "required": [
        "src"
      ],
      "properties": {
        "src": {
          "type": "string",
          "format": "uri",
          "description": "Source URL for the iframe embed"
        },
        "width": {
          "type": "integer",
          "maximum": 3200,
          "minimum": 16,
          "description": "Default width of the embed in pixels"
        },
        "height": {
          "type": "integer",
          "maximum": 3200,
          "minimum": 16,
          "description": "Default height of the embed in pixels"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against parts.page.mention.search

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:de2gzyliybvjo4bfvu4i54de
CID
bafyreigvmpjpf3efgbtb3y74sbqn7cdzb6fkjvg7dzrsqgczrrem5t34su
Indexed At
2026-03-28 18:39 UTC
AT-URI
at://did:plc:de2gzyliybvjo4bfvu4i54de/com.atproto.lexicon.schema/parts.page.mention.search

Lexicon Garden

@