209238769c
* lexicon: add app.bsky.unspecced.getConfig for client runtime config * bsky: add app.bsky.unspecced.getConfig w/ new env for checkEmailConfirmed * changeset
21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.unspecced.getConfig",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"description": "Get miscellaneous runtime configuration.",
|
|
"output": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [],
|
|
"properties": {
|
|
"checkEmailConfirmed": { "type": "boolean" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|