plugins-evert/diction/schema.json

23 lines
582 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://squeebot.lunasqu.ee/pkg/plugins-evert/diction.schema.json",
"title": "diction",
"description": "diction plugin configuration",
"type": "object",
"properties": {
"wordnik": {
"type": "string",
"description": "Wordnik API token"
},
"cooldown": {
"type": "integer",
"description": "Allowed time in seconds between requests"
},
"limit": {
"type": "integer",
"description": "Number of results to fetch"
}
},
"required": ["wordnik"]
}