summaryrefslogtreecommitdiffstats
path: root/charts/aai-gizmo/resources/config/model
diff options
context:
space:
mode:
authorRavi Geda <gravik@amdocs.com>2018-12-20 10:21:38 +0000
committerRavi Geda <gravik@amdocs.com>2018-12-20 10:55:45 +0000
commitc90d5b6046b7c6f867bc4b187f68feb79de6738a (patch)
tree1fbb43bccc4354d35cef43784306192ab3501685 /charts/aai-gizmo/resources/config/model
parentfb6a9405ecc5c35f3e2756a48dc3b60a1a43ffd8 (diff)
Schema Service configuration for Gizmo
The config has entries for both Schema Service and local schema files. The property schema.translator.list is currently set to config. This configuration only uses local schema files. Change-Id: I1d508816aa8a6a22288173475696c5956f921aba Issue-ID: AAI-2009 Signed-off-by: Ravi Geda <gravik@amdocs.com>
Diffstat (limited to 'charts/aai-gizmo/resources/config/model')
-rw-r--r--charts/aai-gizmo/resources/config/model/edge_properties_v15.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v15.json b/charts/aai-gizmo/resources/config/model/edge_properties_v15.json
new file mode 100644
index 0000000..8d00636
--- /dev/null
+++ b/charts/aai-gizmo/resources/config/model/edge_properties_v15.json
@@ -0,0 +1,6 @@
+{
+ "contains-other-v": "java.lang.String",
+ "delete-other-v": "java.lang.String",
+ "SVC-INFRA": "java.lang.String",
+ "prevent-delete": "java.lang.String"
+} \ No newline at end of file