Home
last modified time | relevance | path

Searched refs:locationArray (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_v1.hpp161 nlohmann::json::array_t locationArray; in jsonSchemaGet() local
170 locationArray.emplace_back(locationEntry); in jsonSchemaGet()
172 json["Location"] = std::move(locationArray); in jsonSchemaGet()