BookMetadataContextDto
Book metadata context for template evaluation.
Contains book metadata fields in a flat structure suitable for
template access via metadata.* syntax.
authors object[]
Structured author information
Author name
Oda EiichiroRole (e.g., "author", "artist", "editor")
authorSort name (e.g., "Lastname, Firstname")
Oda, EiichiroWhether authors_json is locked
awards object[]
Awards information
Award category (optional)
Best NovelAward name
Hugo AwardWhether the book won (vs nominated)
trueYear awarded (optional)
2015Whether awards_json is locked
Whether the book is black and white
falseWhether black_and_white is locked
Book type classification
novelWhether book_type is locked
Chapter number (may be fractional, e.g. 42.5 for side chapters)
42Whether chapter is locked
Total count in series
4Whether count is locked
Whether cover is locked
Whether custom_metadata is locked
Publication day (1-31)
15Whether day is locked
Edition information
First EditionWhether edition is locked
externalLinks object[]
External links for this book
External ID on the source (optional)
123Source name (e.g., "mangadex", "myanimelist")
mangadexURL to the external resource
https://mangadex.org/title/123Format detail (e.g., "Trade Paperback")
Trade PaperbackWhether format_detail is locked
Genre (ComicInfo-style single genre field)
Science FictionWhether genre is locked
Genre names for this book
["Science Fiction","Adventure"]Imprint (sub-publisher)
Broadway BooksWhether imprint is locked
ISBN(s)
978-0553418026Whether isbns is locked
Language code (ISO format)
enWhether language_iso is locked
Whether the book is manga format
falseWhether manga is locked
Publication month (1-12)
2Whether month is locked
Book number (e.g., issue/chapter number)
1Whether number is locked
Original title (for translated works)
火星の人Whether original_title is locked
Original publication year
2011Whether original_year is locked
Publisher name
Crown PublishingWhether publisher is locked
Position in a series
1Whether series_position is locked
Total number of books in the series
3Whether series_total is locked
Subject/topic tags
["Science Fiction","Space Exploration"]Whether subjects are locked
Book subtitle
A NovelWhether subtitle is locked
Book summary/description
Astronaut Mark Watney is stranded on Mars...Whether summary is locked
Tag names for this book
["mars","survival","space"]Book title
The MartianWhether title is locked
Custom sort name
Martian, TheWhether title_sort is locked
Translator name
John SmithWhether translator is locked
Volume number
1Whether volume is locked
Publication year
2011Whether year is locked
{
"authors": [
{
"name": "Oda Eiichiro",
"role": "author",
"sortName": "Oda, Eiichiro"
}
],
"authorsJsonLock": true,
"awards": [
{
"category": "Best Novel",
"name": "Hugo Award",
"won": true,
"year": 2015
}
],
"awardsJsonLock": true,
"blackAndWhite": false,
"blackAndWhiteLock": true,
"bookType": "novel",
"bookTypeLock": true,
"chapter": 42,
"chapterLock": true,
"count": 4,
"countLock": true,
"coverLock": true,
"customMetadataLock": true,
"day": 15,
"dayLock": true,
"edition": "First Edition",
"editionLock": true,
"externalLinks": [
{
"externalId": "123",
"source": "mangadex",
"url": "https://mangadex.org/title/123"
}
],
"formatDetail": "Trade Paperback",
"formatDetailLock": true,
"genre": "Science Fiction",
"genreLock": true,
"genres": [
"Science Fiction",
"Adventure"
],
"imprint": "Broadway Books",
"imprintLock": true,
"isbns": "978-0553418026",
"isbnsLock": true,
"languageIso": "en",
"languageIsoLock": true,
"manga": false,
"mangaLock": true,
"month": 2,
"monthLock": true,
"number": 1,
"numberLock": true,
"originalTitle": "火星の人",
"originalTitleLock": true,
"originalYear": 2011,
"originalYearLock": true,
"publisher": "Crown Publishing",
"publisherLock": true,
"seriesPosition": 1,
"seriesPositionLock": true,
"seriesTotal": 3,
"seriesTotalLock": true,
"subjects": [
"Science Fiction",
"Space Exploration"
],
"subjectsLock": true,
"subtitle": "A Novel",
"subtitleLock": true,
"summary": "Astronaut Mark Watney is stranded on Mars...",
"summaryLock": true,
"tags": [
"mars",
"survival",
"space"
],
"title": "The Martian",
"titleLock": true,
"titleSort": "Martian, The",
"titleSortLock": true,
"translator": "John Smith",
"translatorLock": true,
"volume": 1,
"volumeLock": true,
"year": 2011,
"yearLock": true
}