Code Review
/
policy
/
engine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Upgrade to policy/common 1.3.2
[policy/engine.git]
/
ONAP-PAP-REST
/
dictionaryItemsAPI.json
1
{
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
}