{
"type": "object",
"required": [],
"properties": {
"zoteroLocal": {
"type": "boolean",
"default": true,
"description": "If true, use the local Zotero API. Otherwise, use web API."
},
"zoteroApiKey": {
"type": "string",
"description": "Your Zotero API key for web API usage."
},
"zoteroLibraryId": {
"type": "string",
"description": "Your Zotero Library ID for web API usage."
},
"zoteroLibraryType": {
"type": "string",
"default": "user",
"description": "Type of Zotero library (e.g., user or group)."
}
}
}