Lines Matching +full:json +full:- +full:schema
10 using json = nlohmann::json; typedef
18 auto regexPattern = R"(openpower\-hw\-diags\-.*)"; in TEST()
56 // The json object that is used as schema for other json objects. in TEST()
58 // ./analyzer/ras-data/schema/ras-data-schema-v01.json in TEST()
59 json schema_obj = R"({ in TEST()
60 "$schema": "https://json-schema.org/draft/2020-12/schema", in TEST()
61 "title": "RAS Data schema for openpower-hw-diags", in TEST()
69 "pattern": "^[0-9A-Fa-f]{8}$" in TEST()
78 // The json objects
80 // ./analyzer/ras-data/data/ras-data-p10-20.json
81 json json_obj = R"({
89 // The key "version_1" does not exist in the schema.
90 json json_obj1 = R"({