From 0bcfc2eadcbafe9bc02bcda2a0cd78c69507b5ce Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Sun, 21 Jul 2024 20:48:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=88=A0=E9=99=A4=20maa=5Ftask=5Fschem?= =?UTF-8?q?a=20=E4=B8=AD=20hash=20=E4=BB=BB=E5=8A=A1=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/maa_tasks_schema.json | 18 ------------------ docs/maa_tasks_schema_en.json | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/docs/maa_tasks_schema.json b/docs/maa_tasks_schema.json index d1da89be9e..a514ce44b4 100644 --- a/docs/maa_tasks_schema.json +++ b/docs/maa_tasks_schema.json @@ -13,9 +13,6 @@ }, { "$ref": "#/definitions/OcrDetectTask" - }, - { - "$ref": "#/definitions/HashTask" } ] } @@ -211,21 +208,6 @@ }, "description": "文字识别", "required": ["algorithm", "text"] - }, - "HashTask": { - "allOf": [ - { - "$ref": "#/definitions/BaseTask" - } - ], - "properties": { - "algorithm": { - "type": "string", - "pattern": "Hash" - } - }, - "description": "哈希计算", - "required": ["algorithm"] } } } diff --git a/docs/maa_tasks_schema_en.json b/docs/maa_tasks_schema_en.json index c4300bcb9e..59bf3d2575 100644 --- a/docs/maa_tasks_schema_en.json +++ b/docs/maa_tasks_schema_en.json @@ -13,9 +13,6 @@ }, { "$ref": "#/definitions/OcrDetectTask" - }, - { - "$ref": "#/definitions/HashTask" } ] } @@ -211,21 +208,6 @@ }, "description": "Text recognition", "required": ["algorithm", "text"] - }, - "HashTask": { - "allOf": [ - { - "$ref": "#/definitions/BaseTask" - } - ], - "properties": { - "algorithm": { - "type": "string", - "pattern": "Hash" - } - }, - "description": "Hash calculation", - "required": ["algorithm"] } } }