parts.page.mention.service

page.parts

Documentation

Declares a mention service. The did is an XRPC service URL that implements parts.page.mention.searchService.

main record

Declares a mention service. The did is an XRPC service URL that implements parts.page.mention.searchService.

Record Key any Any valid record key

Properties

description string Optional

No description available.

maxLength: 2000 bytes
did string did Required

DID of the service that implements parts.page.mention.searchService

name string Required

No description available.

maxLength: 200 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did",
        "description": "DID of the service that implements parts.page.mention.searchService"
      },
      "name": {
        "type": "string",
        "maxLength": 200
      },
      "description": {
        "type": "string",
        "maxLength": 2000
      }
    }
  },
  "description": "Declares a mention service. The did is an XRPC service URL that implements parts.page.mention.searchService."
}

Lexicon Garden

@