docs: 删除 maa_task_schema 中 hash 任务相关

This commit is contained in:
zzyyyl
2024-07-21 20:48:07 +08:00
parent 334a2e5f70
commit 0bcfc2eadc
2 changed files with 0 additions and 36 deletions

View File

@@ -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"]
}
}
}

View File

@@ -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"]
}
}
}