Files
fil/fixtures/detection/detect_mime_bytes_html.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

12 lines
282 B
JSON

{
"id": "detect_mime_bytes_html",
"category": "detection",
"description": "Detect HTML MIME from bytes",
"tags": ["mime_detection", "bytes"],
"call": "detect_mime_type_from_bytes",
"input": {
"data": "html/html.html"
},
"assertions": [{ "type": "not_error" }]
}