Add jsonschema validation (#6)

* Add JSON Schema validation for log-alert config and require jsonschema

* Add jsonschema dependency to requirements

* Enhance config loading with schema validation

Added JSON schema validation for configuration and improved error handling.

* Simplify token assignment and config loading

Refactor token retrieval and configuration loading.
This commit is contained in:
2025-10-16 21:02:28 +02:00
committed by GitHub
parent c67b2b54c8
commit 7de812d002
3 changed files with 156 additions and 11 deletions

View File

@@ -1 +1,2 @@
requests
requests
jsonschema>=4.0.0