Skip to content

Latest commit

 

History

History
122 lines (65 loc) · 4.19 KB

page.md

File metadata and controls

122 lines (65 loc) · 4.19 KB

Newspaper Page Type

object (Newspaper Page)

Newspaper Page Properties

Property Type Required Nullable Defined by
id string Required cannot be null Newspaper Page
iiif string Optional cannot be null Newspaper Page
iiif_img_base_uri string Optional cannot be null Newspaper Page
cc boolean Optional cannot be null Newspaper Page
cdt string Required cannot be null Newspaper Page
r array Required cannot be null Newspaper Page

id

Canonical ID of the newspaper page (e.g. GDL-1900-01-02-a-p0001)

id

id Type

string

iiif

URI of the IIIF Manifest of the newspaper page image. Deprecated in favor of iiif_img_base_uri which should be used whenever it's defined, kept for backwards compatibility.

iiif

iiif Type

string

iiif_img_base_uri

Base of the IIIF image URI of the newspaper page image. Should follow format {scheme}://{server}/{prefix}/{identifier} and not include any suffix.

iiif_img_base_uri

iiif_img_base_uri Type

string

cc

Flag indicating whether the legacy coordinates have been converted into IIIF-compliant ones.

cc

cc Type

boolean

cdt

Creation date timestamp (of the JSON file).

cdt

cdt Type

string

r

Page regions.

r

r Type

object[] (Details)