From b407669b69fc9b44850ac993b9baa31983303970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sun, 31 May 2026 19:55:47 +0800 Subject: [PATCH] JsonSchema: update --- doc/json_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/json_schema.json b/doc/json_schema.json index 3a4b381aa..18b52479a 100644 --- a/doc/json_schema.json +++ b/doc/json_schema.json @@ -314,7 +314,7 @@ "type": "string" }, "codecFormat": { - "description": "Output format for the `Codec` module. See Wiki for formatting syntax\n 1. {gpu}: GPU name\n 2. {direction}: Decoder / Encoder\n 3. {types}: Compatibility alias of codec types", + "description": "Output format for the `Codec` module. See Wiki for formatting syntax\n 1. {gpu}: GPU name\n 2. {direction}: Decoder / Encoder\n 3. {types}: Compatibility alias of codec types\n 4. {platform-api}: Platform API used for detection", "type": "string" }, "commandFormat": {