BookMetadataDto
Book metadata DTO
bookIdstring<uuid>required
Associated book ID
Example:
550e8400-e29b-41d4-a716-446655440001coloristsstring[]required
Colorists
Example:
["Richmond Lewis"]coverArtistsstring[]required
Cover artists
Example:
["David Mazzucchelli"]editorsstring[]required
Editors
Example:
["Dennis O'Neil"]genrestring | nullnullable
Genre
Example:
Superheroidstring<uuid>required
Metadata record ID
Example:
550e8400-e29b-41d4-a716-446655440003imprintstring | nullnullable
Imprint name
Example:
DC Black Labelinkersstring[]required
Inkers
Example:
["David Mazzucchelli"]languageIsostring | nullnullable
ISO language code
Example:
enletterersstring[]required
Letterers
Example:
["Todd Klein"]numberstring | nullnullable
Issue/chapter number from metadata
Example:
1pageCountinteger,null<int32>nullable
Page count from metadata
Example:
32pencillersstring[]required
Pencillers (line artists)
Example:
["David Mazzucchelli"]publisherstring | nullnullable
Publisher name
Example:
DC ComicsreleaseDatestring,null<date-time>nullable
Release/publication date
Example:
1987-02-01T00:00:00Zseriesstring | nullnullable
Series name from metadata
Example:
Batman: Year Onesummarystring | 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 #1writersstring[]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"
]
}