aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/bundleconfig-local/etc/oxm/sideeffect/nested-case.json
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/src/test/resources/bundleconfig-local/etc/oxm/sideeffect/nested-case.json')
-rw-r--r--aai-core/src/test/resources/bundleconfig-local/etc/oxm/sideeffect/nested-case.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/sideeffect/nested-case.json b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/sideeffect/nested-case.json
new file mode 100644
index 00000000..40a0493a
--- /dev/null
+++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/sideeffect/nested-case.json
@@ -0,0 +1,18 @@
+{
+ "global-customer-id": "key1",
+ "subscriber-name": "44IPZu0Ri",
+ "subscriber-type": "gIgOtou5Np5u",
+ "service-subscriptions": {
+ "service-subscription" : [ {
+ "service-type" : "key2",
+ "temp-ub-sub-account-id" : "JJYRez",
+ "service-instances" : {
+ "service-instance" : [ {
+ "service-instance-id" : "nested-instance-key",
+ "model-invariant-id" : "key1",
+ "model-version-id" : "key2"
+ }]
+ }
+ }]
+ }
+ } \ No newline at end of file