1{
2    "entries": [
3        {
4            "containerID": 1,
5            "entityType": 64,
6            "entityInstance": 1,
7            "sensorOffset": 0,
8            "event_states": [0, 1, 2],
9            "dbus": {
10                "object_path": "/xyz/abc/def",
11                "interface": "xyz.openbmc_project.example1.value",
12                "property_name": "value1",
13                "property_type": "string",
14                "property_values": [
15                    "xyz.openbmc_project.State.Normal",
16                    "xyz.openbmc_project.State.Critical",
17                    "xyz.openbmc_project.State.Fatal"
18                ]
19            }
20        },
21        {
22            "containerID": 1,
23            "entityType": 64,
24            "entityInstance": 1,
25            "sensorOffset": 1,
26            "event_states": [2, 3],
27            "dbus": {
28                "object_path": "/xyz/abc/def",
29                "interface": "xyz.openbmc_project.example2.value",
30                "property_name": "value2",
31                "property_type": "uint8_t",
32                "property_values": [9, 10]
33            }
34        },
35        {
36            "containerID": 2,
37            "entityType": 67,
38            "entityInstance": 2,
39            "sensorOffset": 0,
40            "event_states": [0, 1],
41            "dbus": {
42                "object_path": "/xyz/abc/ghi",
43                "interface": "xyz.openbmc_project.example3.value",
44                "property_name": "value3",
45                "property_type": "bool",
46                "property_values": [false, true]
47            }
48        }
49    ]
50}
51