blob: de811ac643a4f03b8bfe5f0cbc70dc9509259f74 [file] [log] [blame]
Jian Lie9ac2c52016-01-13 17:42:05 -08001{
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}