xref: /openbmc/pldm/libpldmresponder/examples/fru/host_frus.json (revision 3618064e32d319d95ccf1983b82c2bba4d46c534)
1{
2    "entities": [
3        {
4            // Entity Type 64 from the host has ...
5            "entity_type": 64,
6            "parent": {
7                // ... entity type 100 and instance 1 on the BMC as parent
8                "entity_type": 100,
9                "entity_instance": 1
10            }
11        },
12        {
13            "entity_type": 65,
14            "parent": {
15                "entity_type": 100,
16                "entity_instance": 1
17            }
18        }
19    ]
20}
21