Files
bsky-social-app/lexicons/app/bsky/labeler/getServices.json
2026-08-13 12:26:12 -07:00

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
}