Skip to content

Commit

Permalink
formats.json: jp2 and json MIME types added
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak authored Jun 4, 2024
1 parent 850413f commit 9ae10da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AcdhArcheAssets/formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,10 +1168,10 @@
"ARCHE_conformance": "accepted",
"Further_specifications" : "",
"IANA_reference" : "",
"IANA_template" : "",
"IANA_template" : "https://www.iana.org/assignments/media-types/image/jp2",
"Informal_MIME_type" : [],
"Long_term_format" : "",
"MIME_type" : [],
"MIME_type" : ["image/jp2"],
"Magic_number" : "",
"PRONOM_ID" : "",
"comment" : "",
Expand All @@ -1184,10 +1184,10 @@
"ARCHE_conformance": "accepted",
"Further_specifications" : "",
"IANA_reference" : "",
"IANA_template" : "",
"IANA_template" : "https://www.iana.org/assignments/media-types/application/json",
"Informal_MIME_type" : [],
"Long_term_format" : "",
"MIME_type" : [],
"MIME_type" : ["application/json"],
"Magic_number" : "",
"PRONOM_ID" : "",
"comment" : "",
Expand Down

0 comments on commit 9ae10da

Please sign in to comment.