532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"id": "app.bsky.labeler.getServices",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"output": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"views"
|
|
],
|
|
"properties": {
|
|
"views": {
|
|
"type": "array",
|
|
"items": {
|
|
"refs": [
|
|
"app.bsky.labeler.defs#labelerView",
|
|
"app.bsky.labeler.defs#labelerViewDetailed"
|
|
],
|
|
"type": "union"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"parameters": {
|
|
"type": "params",
|
|
"required": [
|
|
"dids"
|
|
],
|
|
"properties": {
|
|
"dids": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"format": "did"
|
|
}
|
|
},
|
|
"detailed": {
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
}
|
|
},
|
|
"description": "Get information about a list of labeler services."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|