{
  "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" }
          }
        }
      }
    }
  }
}