Home
last modified time | relevance | path

Searched +defs:json +defs:schema (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_v1.hpp99 nlohmann::json& json = asyncResp->res.jsonValue; in jsonSchemaIndexGet() local
129 for (const std::string& schema : schemaNames) in jsonSchemaIndexGet() local
142 const std::string& schema) in jsonSchemaGet()
172 nlohmann::json& json = asyncResp->res.jsonValue; in jsonSchemaGet() local
206 const std::string& schema, const std::string& schemaFile) in jsonSchemaGetFile()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dvalidate-regulators-config_tests.cpp39 using json = nlohmann::json; typedef
3303 std::string schema = " -s "; in TEST() local