Book Output Table Schema

This is the schema for the Book table output. It is captured on this separate page due to its length.

name

type

mode

description

isbn

STRING

NULLABLE

ISBN of the Book

crossref_objects

RECORD

REPEATED

Crossref Objects (that are not chapter types) associated with the primary ISBN

crossref_objects.doi

STRING

NULLABLE

DOI

crossref_objects.title

STRING

REPEATED

Title of the Book

crossref_objects.type

STRING

NULLABLE

Crossref Type

crossref_objects.publisher

STRING

NULLABLE

Publisher Name

crossref_objects.published_year

INTEGER

NULLABLE

Year of Publication

crossref_objects.published_year_month

STRING

NULLABLE

Month and Year of Publication

crossref_objects.work_isbns

STRING

REPEATED

Full list of Assoicated ISBNs

chapters

RECORD

REPEATED

Crossref Objects (that are of type chapter) associated with the primary ISBN

chapters.doi

STRING

NULLABLE

DOI of chapter

chapters.title

STRING

REPEATED

Title of Chapter

chapters.type

STRING

NULLABLE

Crossref Type

events

RECORD

NULLABLE

Crossref events assoicated with ISBN

events.overall

RECORD

REPEATED

Overall Event Count

events.overall.source

STRING

NULLABLE

Event Source

events.overall.count

INTEGER

NULLABLE

Count of Events

events.months

RECORD

REPEATED

Event counts broken down by month

events.months.month

STRING

NULLABLE

Month of the count

events.months.source

STRING

NULLABLE

Event Source

events.months.count

INTEGER

NULLABLE

Event Count in time period

events.years

RECORD

REPEATED

Event counts broken down by month

events.years.year

INTEGER

NULLABLE

Year of count

events.years.source

STRING

NULLABLE

Event Source

events.years.count

INTEGER

NULLABLE

Event count in time period