[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / ONAP-PAP-REST / dictionaryItemsAPI.json
diff --git a/ONAP-PAP-REST/dictionaryItemsAPI.json b/ONAP-PAP-REST/dictionaryItemsAPI.json
new file mode 100644 (file)
index 0000000..cb259f3
--- /dev/null
@@ -0,0 +1,52 @@
+{
+       "dictionary": [{
+               "type": "commmon",
+               "dictionaries": [{
+                       "name": "attribute",
+                       "table": "Attribute",
+                       "fields": [{
+                               "name": "xacmlId"
+                       }, {
+                               "name": "description"
+                       }, {
+                               "name": "categoryBean"
+                       }, {
+                               "name": "datatypeBean"
+                       }, {
+                               "name": "priority"
+                       }, {
+                               "name": "attributeValue"
+                       }]
+               }, {
+                       "name": "onapname",
+                       "table": "OnapName",
+                       "fields": [{
+                               "name": "onapName"
+                       }, {
+                               "name": "description"
+                       }]
+               }]
+       }, {
+               "type": "action",
+               "dictionaries": [{
+                       "name": "action",
+                       "table": "ActionPolicyDict",
+                       "fields": [{
+                               "name": "type"
+                       }, {
+                               "name": "url"
+                       }, {
+                               "name": "method"
+                       }, {
+                               "name": "header"
+                       }, {
+                               "name": "body"
+                       }, {
+                               "name": "attributeName"
+                       },      {
+                               "name": "description"
+                       }]
+               }]
+       }]
+
+}