99
回編集
(→IIIF機能) |
|||
282行目: | 282行目: | ||
** <code>https://(ホスト名)/api/iiif/v2/records/(コンテンツID)/manifest.json</code> の resourceとして記載された画像ファイルは参照できる。IIIF Image APIには対応できているようだ。 | ** <code>https://(ホスト名)/api/iiif/v2/records/(コンテンツID)/manifest.json</code> の resourceとして記載された画像ファイルは参照できる。IIIF Image APIには対応できているようだ。 | ||
** @id が <code>https://(ホスト名)/api/identifier/manifest.json</code> のように出力される。[https://presentation-validator.iiif.io/ Presentation API Validator]によれば "@id is different to the location where it was retrieved" のエラーとなる。 | ** @id が <code>https://(ホスト名)/api/identifier/manifest.json</code> のように出力される。[https://presentation-validator.iiif.io/ Presentation API Validator]によれば "@id is different to the location where it was retrieved" のエラーとなる。 | ||
** @ | ** このmanifest.jsonをダウンロード、@idを参照用のURLに書き換えて再度アップロードしても <code>https://(ホスト名)/api/iiif/v2/records/(コンテンツID)/manifest.json</code> は更新されない。 | ||
** アップロードしたmanifest.json (<code>https://(ホスト名)/record/(コンテンツID/files/manifest.json</code>)は、<code>content-type: text/plain; charset=utf-8</code> で送信されるためか、JSONとして扱えず[https://presentation-validator.iiif.io/ Presentation API Validator]でエラーとなった。 | ** アップロードしたmanifest.json (<code>https://(ホスト名)/record/(コンテンツID/files/manifest.json</code>)は、<code>content-type: text/plain; charset=utf-8</code> で送信されるためか、JSONとして扱えず[https://presentation-validator.iiif.io/ Presentation API Validator]でエラーとなった。 | ||
** 再アップロード後、アイテム詳細画面のIIIFプレビューワで示されるmanifest.jsonのリンク先は <code>https://(ホスト名)/api/iiif/v2/records/(コンテンツID)/manifest.json</code> であった。アップロードした manifest.json は読まれてないように見える。 | |||
=== その他の管理機能 === | === その他の管理機能 === |
回編集