Code Review
/
policy
/
apex-pdp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
622f8af61fabcec6bd2132e5521acf6f0d349b9a
[policy/apex-pdp.git]
/
1
{
2
"type" : "record",
3
"name" : "Situation",
4
"fields" : [
5
{"name": "problemID", "type": "string", "doc": "Identifier of the problem for lookup in problemMap"},
6
{"name": "violatedSLAs", "type": {"type" : "array", "items" : "string"}, "doc": "List of customers with SLA violations"}
7
]
8
}