AuthorContextDto
Author context for template evaluation.
namestringrequired
Author name
Example:
Oda Eiichirorolestring | nullnullable
Role (e.g., "author", "artist", "editor")
Example:
authorsortNamestring | nullnullable
Sort name (e.g., "Lastname, Firstname")
Example:
Oda, EiichiroAuthorContextDto
{
"name": "Oda Eiichiro",
"role": "author",
"sortName": "Oda, Eiichiro"
}