thunderbird / thunderbird-notifications

In-App notifications for Thunderbird
Mozilla Public License 2.0
0 stars 0 forks source link

Eliminate Go json validator #24

Closed Sancus closed 1 month ago

Sancus commented 1 month ago

We should be using Pydantic or a python generator here, this just adds extra and somewhat cumbersome steps at this point.

radishmouse commented 1 month ago

It seems that this library is the one to use: https://python-jsonschema.readthedocs.io/en/stable/

radishmouse commented 1 month ago

Closed by https://github.com/thunderbird/thunderbird-notifications/pull/28