ExternalIdContextDto
External ID context for template evaluation.
Represents an external ID from a metadata provider (plugin, comicinfo, etc.) in a simplified format suitable for template access.
hashstring | nullnullable
Metadata hash for change detection (if available)
idstringrequired
External ID value
Example:
12345urlstring | nullnullable
External URL (if available)
Example:
https://mangabaka.com/series/12345ExternalIdContextDto
{
"hash": "string",
"id": "12345",
"url": "https://mangabaka.com/series/12345"
}