19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"id": "unregister_document_extractor_after_register",
|
|
"category": "plugin_api",
|
|
"description": "unregister_document_extractor",
|
|
"call": "unregister_document_extractor",
|
|
"input": {
|
|
"name": "test-extractor"
|
|
},
|
|
"assertions": [
|
|
{
|
|
"type": "not_error"
|
|
}
|
|
],
|
|
"tags": [
|
|
"plugin-lifecycle",
|
|
"trait-bridge"
|
|
]
|
|
}
|