xref: /openbmc/libbej/test/json/dummysimple.json (revision da6e55739306fb4361cbbda8c7e4400cad3037d1)
1{
2    "Id": "Dummy ID",
3    "SampleIntegerProperty": -5,
4    "SampleRealProperty": -5576.90001,
5    "SampleEnabledProperty": null,
6    "ChildArrayProperty": [
7        {
8            "AnotherBoolean": true,
9            "LinkStatus": "NoLink"
10        },
11        {
12            "LinkStatus": "LinkDown"
13        }
14    ]
15}
16