Files
fil/fixtures/plugin_api/ocr_backends_clear.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

18 lines
319 B
JSON

{
"id": "ocr_backends_clear",
"category": "ocr_backend_management",
"description": "Clear all OCR backends and verify list is empty",
"tags": [
"ocr",
"plugin_management",
"clear",
"trait-bridge"
],
"call": "clear_ocr_backends",
"assertions": [
{
"type": "not_error"
}
]
}