mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 10:10:36 +00:00
Apply a legacy order so we can easily see diff against what was generated
This commit is contained in:
parent
9381673405
commit
69e1176ff8
8 changed files with 29509 additions and 29034 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue