Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
bdf39a75600df007e08234f89b8f8834e00f1b2a
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
ObjectivePolicy.json
blob: de811ac643a4f03b8bfe5f0cbc70dc9509259f74 [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"title"
:
"objectivePolicy"
,
"required"
:
[
"policy"
],
"properties"
:
{
"policy"
:
{
"type"
:
"string"
,
"example"
:
"policy expression"
}
}
}