check-openapi: Convert to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-03 22:16:25 -07:00
committed by Anders Kaseorg
parent 29dd592f38
commit 0fc5f6994f
5 changed files with 36 additions and 22 deletions

View File

@@ -264,7 +264,7 @@ above.
You can check your formatting using these helpful tools.
- `tools/check-openapi` will verify the syntax of `zerver/openapi/zulip.yaml`.
- `tools/check-openapi.ts` will verify the syntax of `zerver/openapi/zulip.yaml`.
- `tools/test-backend zerver/tests/test_openapi.py`; this test compares
your documentation against the code and can find many common
mistakes in how arguments are declared.