Skip to main content

BookMetadataDto

Book metadata DTO

bookIdstring<uuid>required

Associated book ID

Example: 550e8400-e29b-41d4-a716-446655440001
coloristsstring[]required

Colorists

Example: ["Richmond Lewis"]
coverArtistsstring[]required

Cover artists

Example: ["David Mazzucchelli"]
editorsstring[]required

Editors

Example: ["Dennis O'Neil"]
genrestring | nullnullable

Genre

Example: Superhero
idstring<uuid>required

Metadata record ID

Example: 550e8400-e29b-41d4-a716-446655440003
imprintstring | nullnullable

Imprint name

Example: DC Black Label
inkersstring[]required

Inkers

Example: ["David Mazzucchelli"]
languageIsostring | nullnullable

ISO language code

Example: en
letterersstring[]required

Letterers

Example: ["Todd Klein"]
numberstring | nullnullable

Issue/chapter number from metadata

Example: 1
pageCountinteger,null<int32>nullable

Page count from metadata

Example: 32
pencillersstring[]required

Pencillers (line artists)

Example: ["David Mazzucchelli"]
publisherstring | nullnullable

Publisher name

Example: DC Comics
releaseDatestring,null<date-time>nullable

Release/publication date

Example: 1987-02-01T00:00:00Z
seriesstring | nullnullable

Series name from metadata

Example: Batman: Year One
summarystring | nullnullable

Book summary/description

Example: Bruce Wayne returns to Gotham City after years abroad to begin his war on crime.
titlestring | nullnullable

Book title from metadata

Example: Batman: Year One #1
writersstring[]required

Writers/authors

Example: ["Frank Miller"]
BookMetadataDto
{
"bookId": "550e8400-e29b-41d4-a716-446655440001",
"colorists": [
"Richmond Lewis"
],
"coverArtists": [
"David Mazzucchelli"
],
"editors": [
"Dennis O'Neil"
],
"genre": "Superhero",
"id": "550e8400-e29b-41d4-a716-446655440003",
"imprint": "DC Black Label",
"inkers": [
"David Mazzucchelli"
],
"languageIso": "en",
"letterers": [
"Todd Klein"
],
"number": "1",
"pageCount": 32,
"pencillers": [
"David Mazzucchelli"
],
"publisher": "DC Comics",
"releaseDate": "1987-02-01T00:00:00Z",
"series": "Batman: Year One",
"summary": "Bruce Wayne returns to Gotham City after years abroad to begin his war on crime.",
"title": "Batman: Year One #1",
"writers": [
"Frank Miller"
]
}