From 1c1aada471346a8fe9ba6ae17f8c00067b99c5a9 Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:48:27 +0800 Subject: [PATCH 1/2] Update quickstart.md --- docs/site/content/zh/latest/tasks/quickstart.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/site/content/zh/latest/tasks/quickstart.md b/docs/site/content/zh/latest/tasks/quickstart.md index 2d86448bc..363d4aa58 100644 --- a/docs/site/content/zh/latest/tasks/quickstart.md +++ b/docs/site/content/zh/latest/tasks/quickstart.md @@ -13,3 +13,8 @@ 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 From 494771815ededbafa60122a3c12f63430d3c85d3 Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:56:50 +0800 Subject: [PATCH 2/2] Update quickstart.md --- docs/site/content/zh/latest/tasks/quickstart.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/site/content/zh/latest/tasks/quickstart.md b/docs/site/content/zh/latest/tasks/quickstart.md index 363d4aa58..a0173f911 100644 --- a/docs/site/content/zh/latest/tasks/quickstart.md +++ b/docs/site/content/zh/latest/tasks/quickstart.md @@ -13,6 +13,7 @@ description: 只需几个简单的步骤即可开始使用 API Testing。 ```shell atest run -p test-suite.yaml --case-filter sbom ``` + ## JSON Schema 您可以访问下面 `atest` 的 JSON Schema 来了解测试用例的编写规范: