18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"id": "error_invalid_mime_format",
|
|
"category": "error",
|
|
"description": "Error when extracting with invalid MIME type format",
|
|
"tags": ["error", "input", "mime"],
|
|
"call": "extract_bytes_sync",
|
|
"input": {
|
|
"data": "text/plain.txt",
|
|
"mime_type": "not-a-mime",
|
|
"config": {}
|
|
},
|
|
"assertions": [
|
|
{
|
|
"type": "error"
|
|
}
|
|
]
|
|
}
|