add changes for multiple schemas in one json file

This commit is contained in:
AshwiniK-protean
2025-02-20 16:52:41 +05:30
parent 05259b3824
commit 87d546ea8a
12 changed files with 1205 additions and 270 deletions

View File

@@ -2,5 +2,5 @@ plugins:
validation_plugin:
id: tekuriValidator
config:
schema_dir: schemas/
plugin_path: implementations/ # Path to the directory containing the .so files
schema_dir: plugins/schemas/
plugin_path: plugins/implementations/ # Path to the directory containing the .so files