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
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."
}