diff --git a/assets/openapi.json b/assets/openapi.json index 2bc257f4..567d4bb8 100644 Binary files a/assets/openapi.json and b/assets/openapi.json differ diff --git a/assets/schemas.json b/assets/schemas.json index bac9b8cd..a4365b69 100644 Binary files a/assets/schemas.json and b/assets/schemas.json differ diff --git a/scripts/schema.js b/scripts/schema.js index 16e7d017..b4393558 100644 --- a/scripts/schema.js +++ b/scripts/schema.js @@ -78,7 +78,6 @@ function main() { if (!generator || !program) return; let schemas = generator.getUserSymbols().filter((x) => { - console.log(x); return ( (x.endsWith("Schema") || x.endsWith("Response") || @@ -86,7 +85,6 @@ function main() { !Excluded.includes(x) ); }); - console.log(schemas); var definitions = {};