{
"type": "object",
"required": [
"zoteroApiKey",
"zoteroUserId"
],
"properties": {
"zoteroApiKey": {
"type": "string",
"description": "The API key for accessing the Zotero server."
},
"zoteroUserId": {
"type": "string",
"description": "The user ID for accessing the Zotero server."
}
}
}