aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-pcvs/src/main/resources/org/onap/policy/apex/examples/pcvs/vpnsla/avro/situation.avsc
blob: 622f8af61fabcec6bd2132e5521acf6f0d349b9a (plain)
1
2
3
4
5
6
7
8
{
    "type" : "record",
    "name" : "Situation",
    "fields" : [
        {"name": "problemID",    "type": "string",                               "doc": "Identifier of the problem for lookup in problemMap"},
        {"name": "violatedSLAs", "type": {"type" : "array", "items" : "string"}, "doc": "List of customers with SLA violations"}
    ]
}