plugins-evert/urlreply/schema.json

25 lines
618 B
JSON

{
"$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"
}
}
}
},
"required": ["tokens"]
}