2021-10-02 12:10:13 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
|
|
"$id": "https://squeebot.lunasqu.ee/pkg/plugins-evert/urlreply.schema.json",
|
|
|
|
"title": "urlreply",
|
|
|
|
"description": "urlreply plugin configuration",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"tokens": {
|
|
|
|
"type": "object",
|
|
|
|
"description": "Tokens for services",
|
|
|
|
"properties": {
|
|
|
|
"google": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "Google API token"
|
|
|
|
},
|
|
|
|
"soundcloud": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "Soundcloud API token"
|
|
|
|
}
|
|
|
|
}
|
2022-12-01 11:02:54 +00:00
|
|
|
},
|
|
|
|
"api": {
|
|
|
|
"type": "object",
|
|
|
|
"description": "API URLs",
|
|
|
|
"properties": {
|
|
|
|
"returnyoutubedislike": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "API URL for ReturnYoutubeDislike"
|
|
|
|
}
|
|
|
|
}
|
2021-10-02 12:10:13 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": ["tokens"]
|
|
|
|
}
|