Home
last modified time | relevance | path

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

/openbmc/bmcweb/scripts/
H A Dupdate_schemas.py52 json_schema_path = os.path.join( variable
96 if os.path.exists(json_schema_path):
98 os.path.join(json_schema_path, f)
99 for f in os.listdir(json_schema_path)
110 if not os.path.exists(json_schema_path):
111 os.makedirs(json_schema_path)
147 with open(os.path.join(json_schema_path, version[0]), "wb") as schema_file: