bridgy-fed/lexicons/com/atproto/session/get.json

21 wiersze
463 B
JSON

{
"lexicon": 1,
"id": "com.atproto.session.get",
"defs": {
"main": {
"type": "query",
"description": "Get information about the current session.",
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["handle", "did"],
"properties": {
"handle": {"type": "string"},
"did": {"type": "string"}
}
}
}
}
}
}