A Map with the keys set to the MIME type and the values a List of file extensions.
e.g. {"image/png+gif+jpg": [".png", ".gif", ".jpg"]}
final Map<String, List<String>> accept;