hopfenspace / MateBot

Micro service providing an API for MateBot clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a JSON schema file for the config file

CrsiX opened this issue · comments

commented

It might be a good idea to add a JSON schema file. It allows the validation of our config file as a test case during unittests, for example, and is a good starting point for users to write their own config files / config values.

commented

This issue has been addressed in a65f5a6 where a pydantic schema has been added for the config file, which was improved in later commits, too.