Skip to main content

AuthorContextDto

Author context for template evaluation.

namestringrequired

Author name

Example: Oda Eiichiro
rolestring | nullnullable

Role (e.g., "author", "artist", "editor")

Example: author
sortNamestring | nullnullable

Sort name (e.g., "Lastname, Firstname")

Example: Oda, Eiichiro
AuthorContextDto
{
"name": "Oda Eiichiro",
"role": "author",
"sortName": "Oda, Eiichiro"
}