{
"type": "object",
"required": [
"plausibleAPIKey",
"plausibleAPIURL"
],
"properties": {
"plausibleAPIKey": {
"type": "string",
"description": "The API Key of your Plausible account."
},
"plausibleAPIURL": {
"type": "string",
"description": "The URL of your Plausible server, default to https://plausible.io/api/v2"
}
}
}