doki/src/main/resources/config.schema.json
2024-11-17 22:13:53 +00:00

12 lines
No EOL
178 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"token": {
"type": "string"
}
},
"required": [
"token"
]
}