Skip to content

Commit cd67323

Browse files
committed
Change new schema name
1 parent 560b9d9 commit cd67323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/isaric_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def generate_long_schema(version):
182182
template_long["oneOf"] = one_of_rules
183183

184184
# Generate new long schema
185-
with open(f"schemas/arc_{version}_isaric_long_schema.json", "w") as f:
185+
with open(f"schemas/arc_{version}_isaric_long.schema.json", "w") as f:
186186
json.dump(template_long, f, indent=4)
187187

188188

0 commit comments

Comments
 (0)