20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"id": "batch_extract_bytes_mixed_format",
|
|
"category": "batch",
|
|
"description": "batch_extract_bytes: handles unsupported MIME gracefully",
|
|
"call": "batch_extract_bytes",
|
|
"input": {
|
|
"items": [
|
|
{
|
|
"content": [80, 68, 70, 32, 112, 108, 97, 99, 101, 104, 111, 108, 100, 101, 114],
|
|
"mime_type": "application/x-unknown"
|
|
}
|
|
]
|
|
},
|
|
"assertions": [
|
|
{
|
|
"type": "not_error"
|
|
}
|
|
]
|
|
}
|