Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_v1.hpp155 std::string schemaName = std::format("#{}.{}", schema, schema); in jsonSchemaGet() local
156 json["Schema"] = std::move(schemaName); in jsonSchemaGet()