Files
fil/fixtures/plugin_api/register_document_extractor_trait_bridge.json

29 lines
532 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "register_document_extractor_trait_bridge",
"category": "plugin_api",
"description": "register_document_extractor: trait bridge",
"tags": [
"trait-bridge"
],
"call": "register_document_extractor",
"input": {
"extractor": {
"type": "test",
"name": "test-extractor"
}
},
"args": [
{
"name": "extractor",
"field": "extractor",
"arg_type": "test_backend",
"trait": "DocumentExtractor"
}
],
"assertions": [
{
"type": "not_error"
}
]
}