Files
fil/fixtures/registry/extensions_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

16 lines
317 B
JSON

{
"id": "extensions_html",
"category": "registry_operations",
"description": "Get file extensions for HTML MIME type",
"tags": ["registry", "extensions", "html"],
"call": "get_extensions_for_mime",
"input": {
"mime_type": "text/html"
},
"assertions": [
{
"type": "not_error"
}
]
}