Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
b789b8cf56bafb6b105f8816ee1526ce2ccf01ca
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
ObjectivePolicy.json
blob: de811ac643a4f03b8bfe5f0cbc70dc9509259f74 [
file
] [
log
] [
blame
]
Jian Li
e9ac2c5
2016-01-13 17:42:05 -0800
[
diff
] [
blame
]
1
{
2
"type"
:
"object"
,
3
"title"
:
"objectivePolicy"
,
4
"required"
:
[
5
"policy"
6
],
7
"properties"
:
{
8
"policy"
:
{
9
"type"
:
"string"
,
10
"example"
:
"policy expression"
11
}
12
}
13
}