Apply a legacy order so we can easily see diff against what was generated

This commit is contained in:
Ashwin Bharambe 2025-11-14 10:39:00 -08:00
parent 9381673405
commit 69e1176ff8
8 changed files with 29509 additions and 29034 deletions

View file

@ -141,6 +141,7 @@ def generate_openapi_spec(output_dir: str) -> dict[str, Any]:
for schema, _ in schemas_to_validate:
schema_transforms._fix_schema_issues(schema)
schema_transforms._apply_legacy_sorting(schema)
print("\n🔍 Validating generated schemas...")
failed_schemas = [