From 2ce955e7c3c53b16596a18b0f5f68f2b491d1de6 Mon Sep 17 00:00:00 2001 From: jhh Date: Mon, 27 Jan 2020 06:45:07 -0600 Subject: Schema validation extension to StandardCoder Issue-ID: POLICY-2331 Signed-off-by: jhh Change-Id: Ic3e8d21715d17a61ea5d07740dd9f4dd0dbb8641 Signed-off-by: jhh --- .../test/resources/org/onap/policy/common/utils/coder/valid.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 utils/src/test/resources/org/onap/policy/common/utils/coder/valid.json (limited to 'utils/src/test/resources/org/onap/policy/common/utils/coder/valid.json') diff --git a/utils/src/test/resources/org/onap/policy/common/utils/coder/valid.json b/utils/src/test/resources/org/onap/policy/common/utils/coder/valid.json new file mode 100644 index 00000000..c1738176 --- /dev/null +++ b/utils/src/test/resources/org/onap/policy/common/utils/coder/valid.json @@ -0,0 +1,9 @@ +{ + "aaString": "abcd", + "anInteger": 90, + "aaBoolean": true, + "aaCollection": [ { + "subItemString": "defg", + "subItemInteger": 1200 + }] +} \ No newline at end of file -- cgit 1.2.3-korg