Files
fil/fixtures/detection/detect_mime_bytes_pdf.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

16 lines
313 B
JSON

{
"id": "detect_mime_bytes_pdf",
"category": "detection",
"description": "Detect PDF MIME type from bytes",
"tags": ["mime_detection", "bytes", "pdf"],
"call": "detect_mime_type_from_bytes",
"input": {
"data": "pdf/fake_memo.pdf"
},
"assertions": [
{
"type": "not_error"
}
]
}