diff --git a/docs/site/content/zh/latest/tasks/quickstart.md b/docs/site/content/zh/latest/tasks/quickstart.md index 2d86448b..a0173f91 100644 --- a/docs/site/content/zh/latest/tasks/quickstart.md +++ b/docs/site/content/zh/latest/tasks/quickstart.md @@ -13,3 +13,9 @@ description: 只需几个简单的步骤即可开始使用 API Testing。 ```shell atest run -p test-suite.yaml --case-filter sbom ``` + +## JSON Schema + +您可以访问下面 `atest` 的 JSON Schema 来了解测试用例的编写规范: + +https://linuxsuren.github.io/api-testing/api-testing-schema.json