blob: cb259f387034e2fc2de2eb91e7f829363798862e [file] [log] [blame]
Guo Ruijing073cc182017-07-31 08:47:35 +00001{
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": "onapname",
22 "table": "OnapName",
23 "fields": [{
24 "name": "onapName"
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}