object
(Newspaper Issue)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
id | string |
Required | cannot be null | Newspaper Issue |
cdt | string |
Required | cannot be null | Newspaper Issue |
i | array |
Required | cannot be null | Newspaper Issue |
s | array |
Optional | cannot be null | Newspaper Issue |
pp | array |
Required | cannot be null | Newspaper Issue |
n | string |
Optional | cannot be null | Newspaper Issue |
ar | string |
Required | cannot be null | Newspaper Issue |
iiif_manifest_uri | string |
Optional | cannot be null | Newspaper Issue |
Canonical ID of the newspaper issue (e.g. GDL-1900-01-02-a)
id
-
is required
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
Creation date timestamp (of the JSON file).
cdt
-
is required
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
The content items contained in the newspaper issue.
i
-
is required
-
Type:
object[]
(Details) -
cannot be null
-
defined in: Newspaper Issue
object[]
(Details)
The text style as defined in the OCR output. Each style consists of:
- a name (
id
) - a type-face (
f
) - a font-size (
fs
) - a color (
rgb
).
s
-
is optional
-
Type:
object[]
(Details) -
cannot be null
-
defined in: Newspaper Issue
object[]
(Details)
Canonical IDs of pages in the issue, without file extension (e.g. GDL-1900-01-02-a-p0004).
pp
-
is required
-
Type:
string[]
-
cannot be null
-
defined in: Newspaper Issue
string[]
Notes.
n
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
Access rights. Three possible situations are defined:
- open public: access without NDA, user could redistribute (as defined per Terms of Use)
- open private: access without an NDA, user cannot redistribute (private/academic use only)
- closed : accessible only upon signing an NDA, user cannot redistribute
ar
-
is required
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"open_public" |
|
"open_private" |
|
"closed" |
URI for the issue's manifest in the IIIF Presentation API, if the corresponding IIIF server has one.
iiif_manifest_uri
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
Reference this group by using
{"$ref":"https://impresso.github.io/impresso-schemas/json/newspaper/issue.schema.json#/definitions/metadata"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
id | string |
Required | cannot be null | Newspaper Issue |
l | string |
Optional | cannot be null | Newspaper Issue |
pp | array |
Required | cannot be null | Newspaper Issue |
t | string |
Optional | cannot be null | Newspaper Issue |
tp | string |
Required | cannot be null | Newspaper Issue |
iiif_link | string |
Optional | cannot be null | Newspaper Issue |
ro | integer |
Optional | cannot be null | Newspaper Issue |
Content item ID (e.g. GDL-1900-01-02-a-i0001
).
id
-
is required
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
Language of the content item.
l
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
Page numbers over which the content item spans.
pp
-
is required
-
Type:
integer[]
-
cannot be null
-
defined in: Newspaper Issue
integer[]
Title of the content item.
t
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
Type of the content item.
tp
-
is required
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"article" |
|
"ad" |
|
"image" |
|
"table" |
|
"death_notice" |
|
"weather" |
|
"page" |
IIIF image link, depending on content item type (if tp == image
). Should follow the format: '{scheme}://{server}/{prefix}/{identifier}/info.json'.
iiif_link
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Newspaper Issue
string
Reading order index of the content item, for the table of contents view on the interface. If not defined, the CI number (after 'i' in the ID) should be used.
ro
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: Newspaper Issue
integer