Skip to content

Creator

Creator

Bases: CommonResource

A data model representing a creator that extends CommonResource.

ATTRIBUTE DESCRIPTION
birth

The birthdate of the creator.

TYPE: PastDate | None

death

The death date of the creator.

TYPE: PastDate | None

desc

The description of the creator.

TYPE: str | None

image

The image URL of the creator.

TYPE: HttpUrl | None

alias

The aliases of the creator.

TYPE: Annotated[list[str], Field(default_factory=list)]

cv_id

The Comic Vine ID of the creator.

TYPE: int | None

gcd_id

The Grand Comics Database ID of the creator.

TYPE: int | None

resource_url

The URL of the creator resource.

TYPE: HttpUrl