diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-07-24 14:52:55 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-07-24 14:53:10 +0100 |
commit | 4ec22933a69bcf5d2031d3c76fb32d1c50e0d7e1 (patch) | |
tree | c2207853a1eff88fd328de58d43b96485cd70174 /policy-utils/src/test/resources/coder/missing-required.json | |
parent | 9133dabc8566458899d39a7223fcc9c43788febd (diff) |
Isolating the usage of json-schema validator to drools-pdp
- only drools-pdp have this validation, so moving the class and
its dependencies to there to avoid loading dependencies where it's
not used.
Issue-ID: POLICY-5084
Change-Id: I782e926aac7576c34401c9fef3cfcd3a98350a7f
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'policy-utils/src/test/resources/coder/missing-required.json')
-rw-r--r-- | policy-utils/src/test/resources/coder/missing-required.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/policy-utils/src/test/resources/coder/missing-required.json b/policy-utils/src/test/resources/coder/missing-required.json new file mode 100644 index 00000000..e19db9db --- /dev/null +++ b/policy-utils/src/test/resources/coder/missing-required.json @@ -0,0 +1,5 @@ +{ + "aaString": "abcd", + "anInteger": 90, + "aaBoolean": true +}
\ No newline at end of file |