|
193 | 193 | registry_class.RegistryEntry( |
194 | 194 | identifier="jrid:0019", |
195 | 195 | name=[{"@en": "JSON Patch"}], |
196 | | - mime="application/json-patch+json", |
| 196 | + mime=["application/json-patch+json"], |
197 | 197 | rfc="https://datatracker.ietf.org/doc/html/rfc6902", |
198 | 198 | archive_team="http://fileformats.archiveteam.org/wiki/JSON_Patch", |
199 | 199 | markers=[ |
|
386 | 386 | rfc="https://datatracker.ietf.org/doc/html/rfc7946", |
387 | 387 | loc="https://www.loc.gov/preservation/digital/formats/fdd/fdd000382.shtml", |
388 | 388 | wikidata="http://www.wikidata.org/entity/Q5533904", |
389 | | - mime="application/vnd.geo+json", |
| 389 | + mime=["application/vnd.geo+json"], |
390 | 390 | markers=[ |
391 | 391 | {"KEY": "type", "IS": "Feature"}, |
392 | 392 | {"KEY": "geometry", "EXISTS": None}, |
|
399 | 399 | archive_team="http://fileformats.archiveteam.org/wiki/GeoJSON", |
400 | 400 | loc="https://www.loc.gov/preservation/digital/formats/fdd/fdd000382.shtml", |
401 | 401 | rfc="https://datatracker.ietf.org/doc/html/rfc7946", |
402 | | - mime="application/vnd.geo+json", |
| 402 | + mime=["application/vnd.geo+json"], |
403 | 403 | markers=[ |
404 | 404 | {"KEY": "type", "IS": "FeatureCollection"}, |
405 | 405 | {"KEY": "features", "EXISTS": None}, |
|
420 | 420 | identifier="jrid:0040", |
421 | 421 | name=[{"@en": "JSON API"}], |
422 | 422 | archive_team="http://fileformats.archiveteam.org/wiki/JSON_API", |
423 | | - mime="application/vnd.api+json", |
| 423 | + mime=["application/vnd.api+json"], |
424 | 424 | markers=[ |
425 | 425 | # "jsonapi" MAY exist but isn't guaranteed. It is unlikely |
426 | 426 | # we will see this object as a static document. |
|
442 | 442 | identifier="jrid:0042", |
443 | 443 | name=[{"@en": "Open Web App Manifest (Firefox Marketplace)"}], |
444 | 444 | archive_team="http://fileformats.archiveteam.org/wiki/Open_Web_App_Manifest", |
445 | | - mime="application/x-web-app-manifest+json", |
| 445 | + mime=["application/x-web-app-manifest+json"], |
446 | 446 | markers=[ |
447 | 447 | {"KEY": "name", "ISTYPE": str}, |
448 | 448 | {"KEY": "description", "ISTYPE": str}, |
|
465 | 465 | identifier="jrid:0044", |
466 | 466 | name=[{"@en": "Apple PassKit (PKPass) pass.json"}], |
467 | 467 | archive_team="http://fileformats.archiveteam.org/wiki/PKPass", |
468 | | - mime="application/vnd.apple.pkpass", |
| 468 | + mime=["application/vnd.apple.pkpass"], |
469 | 469 | markers=[ |
470 | 470 | {"KEY": "passTypeIdentifier", "EXISTS": None}, |
471 | 471 | {"KEY": "formatVersion", "ISTYPE": int}, |
|
503 | 503 | identifier="jrid:0047", |
504 | 504 | name=[{"@en": "Sketch project file meta.json (Generic)"}], |
505 | 505 | archive_team="http://fileformats.archiveteam.org/wiki/Sketch", |
506 | | - mime="application/vnd.apple.pkpass", |
| 506 | + mime=["application/vnd.apple.pkpass"], |
507 | 507 | markers=[ |
508 | 508 | {"KEY": "commit", "EXISTS": None}, |
509 | 509 | {"KEY": "pagesAndArtboards", "ISTYPE": dict}, |
|
0 commit comments