BookAwardContextDto
Book award context for template evaluation.
categorystring | nullnullable
Award category (optional)
Example:
Best Novelnamestringrequired
Award name
Example:
Hugo Awardwonboolean | nullnullable
Whether the book won (vs nominated)
Example:
trueyearinteger,null<int32>nullable
Year awarded (optional)
Example:
2015BookAwardContextDto
{
"category": "Best Novel",
"name": "Hugo Award",
"won": true,
"year": 2015
}