1{
2  "sensorPDRs": [
3    {
4      "pdrType": 4,
5      "entries": [
6        {
7          "type": 5,
8          "instance": 0,
9          "container": 0,
10          "sensors": [
11            {
12              "set": {
13                "id": 1,
14                "size": 1,
15                "states": [
16                  0,
17                  5
18                ]
19              },
20              "dbus": {
21                "path": "/foo/bar",
22                "interface": "xyz.openbmc_project.Foo.Bar",
23                "property_name": "propertyName",
24                "property_type": "string",
25                "property_values": [
26                  "xyz.openbmc_project.Foo.Bar.V0",
27                  "xyz.openbmc_project.Foo.Bar.V5"
28                ]
29              }
30            }
31          ]
32        }
33      ]
34    }
35  ]
36}