Files
fil/fixtures/registry/extensions_pdf.json

16 lines
320 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "extensions_pdf",
"category": "registry_operations",
"description": "Get file extensions for PDF MIME type",
"tags": ["registry", "extensions", "pdf"],
"call": "get_extensions_for_mime",
"input": {
"mime_type": "application/pdf"
},
"assertions": [
{
"type": "not_error"
}
]
}