We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560b9d9 commit cd67323Copy full SHA for cd67323
schemas/isaric_schema.py
@@ -182,7 +182,7 @@ def generate_long_schema(version):
182
template_long["oneOf"] = one_of_rules
183
184
# Generate new long schema
185
- with open(f"schemas/arc_{version}_isaric_long_schema.json", "w") as f:
+ with open(f"schemas/arc_{version}_isaric_long.schema.json", "w") as f:
186
json.dump(template_long, f, indent=4)
187
188
0 commit comments