eca3836a32b95eb12ea2502ad1cdc4fe041f9277
[policy/apex-pdp.git] /
1 {
2     "type" : "record",
3     "name" : "Customer",
4     "fields" : [
5         {"name" : "customerName", "type" : "string"},
6         {"name" : "dtSLA"       , "type" : "int"},
7         {"name" : "dtYTD"       , "type" : "int"},
8         {"name" : "priority"    , "type" : "boolean"},
9         {"name" : "satisfaction", "type" : "int"},
10         {
11             "name": "links",
12             "doc": "Links used by this customer",
13             "type": {"type"  : "array", "items" : "string"}
14         }
15     ]
16 }