Skip to main content

BookAwardContextDto

Book award context for template evaluation.

categorystring | nullnullable

Award category (optional)

Example: Best Novel
namestringrequired

Award name

Example: Hugo Award
wonboolean | nullnullable

Whether the book won (vs nominated)

Example: true
yearinteger,null<int32>nullable

Year awarded (optional)

Example: 2015
BookAwardContextDto
{
"category": "Best Novel",
"name": "Hugo Award",
"won": true,
"year": 2015
}