532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
32 lines
815 B
JSON
32 lines
815 B
JSON
{
|
|
"id": "com.atproto.sync.requestCrawl",
|
|
"defs": {
|
|
"main": {
|
|
"type": "procedure",
|
|
"input": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"hostname"
|
|
],
|
|
"properties": {
|
|
"hostname": {
|
|
"type": "string",
|
|
"description": "Hostname of the current service (eg, PDS) that is requesting to be crawled."
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"errors": [
|
|
{
|
|
"name": "HostBanned"
|
|
}
|
|
],
|
|
"description": "Request a service to persistently crawl hosted repos. Expected use is new PDS instances declaring their existence to Relays. Does not require auth."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|