hvdsomp / signposting

7 stars 0 forks source link

Use correct mime type for JSON-LD #16

Closed acka47 closed 3 years ago

acka47 commented 3 years ago

In the document it reads in section 2.:

Many other bibliographic formats are in use that have text/plain, application/xml, application/json, or application/json+ld as MIME type.

...but the MIME type for JSON-LD is application/ld+json.

zimeon commented 3 years ago

In addition to the above we should really switch from saying "MIME type" to "media type". In the IIIF specs we clarified that by saying "The specific media type (often called a MIME type)..." (https://iiif.io/api/presentation/3.0/#format)

hvdsomp commented 3 years ago

Addressed in new version.