blob: 4a421970064b49bdfd847b477d59748dbae179ed [file] [log] [blame]
Pamela Dragosh91d04c62017-02-14 19:41:00 -05001{
2 "dictionary": [{
3 "type": "commmon",
4 "dictionaries": [{
5 "name": "attribute",
6 "table": "Attribute",
7 "fields": [{
8 "name": "xacmlId"
9 }, {
10 "name": "description"
11 }, {
12 "name": "categoryBean"
13 }, {
14 "name": "datatypeBean"
15 }, {
16 "name": "priority"
17 }, {
18 "name": "attributeValue"
19 }]
20 }, {
21 "name": "ecompname",
22 "table": "EcompName",
23 "fields": [{
24 "name": "ecompName"
25 }, {
26 "name": "description"
27 }]
28 }]
29 }, {
30 "type": "action",
31 "dictionaries": [{
32 "name": "action",
33 "table": "ActionPolicyDict",
34 "fields": [{
35 "name": "type"
36 }, {
37 "name": "url"
38 }, {
39 "name": "method"
40 }, {
41 "name": "header"
42 }, {
43 "name": "body"
44 }, {
45 "name": "attributeName"
46 }, {
47 "name": "description"
48 }]
49 }]
50 }]
51
52}