16 lines
323 B
JSON
16 lines
323 B
JSON
|
|
{
|
||
|
|
"id": "detect_mime_bytes_png",
|
||
|
|
"category": "detection",
|
||
|
|
"description": "Detect PNG MIME type from bytes",
|
||
|
|
"tags": ["mime_detection", "bytes", "png"],
|
||
|
|
"call": "detect_mime_type_from_bytes",
|
||
|
|
"input": {
|
||
|
|
"data": "images/test_hello_world.png"
|
||
|
|
},
|
||
|
|
"assertions": [
|
||
|
|
{
|
||
|
|
"type": "not_error"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|