plugins-evert/timezone/schema.json

15 lines
376 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://squeebot.lunasqu.ee/pkg/plugins-evert/timezone.schema.json",
"title": "timezone",
"description": "timezone plugin configuration",
"type": "object",
"properties": {
"timezone": {
"description": "Default time zone",
"type": "string"
}
},
"required": ["timezone"]
}