Skip to content

Creator

Creator

Bases: BaseResource

A data model representing a creator that extends BaseResource.

ATTRIBUTE DESCRIPTION
birth

The birthdate of the creator.

TYPE: PastDate

death

The death date of the creator.

TYPE: date

desc

The description of the creator.

TYPE: str

image

The image URL of the creator.

TYPE: HttpUrl

alias

The aliases of the creator.

TYPE: list[str]

cv_id

The Comic Vine ID of the creator.

TYPE: int

gcd_id

The Grand Comics Database ID of the creator.

TYPE: int

resource_url

The URL of the creator resource.

TYPE: HttpUrl

CreatorPost

Bases: BaseModel

A data model representing a creator to be created.

ATTRIBUTE DESCRIPTION
name

The name of the creator.

TYPE: str

birth

The birthdate of the creator.

TYPE: PastDate

death

The death date of the creator.

TYPE: date

desc

The description of the creator.

TYPE: str

image

The image URL of the creator.

TYPE: str

alias

The aliases of the creator.

TYPE: list[str]

cv_id

The Comic Vine ID of the creator.

TYPE: int

gcd_id

The Grand Comics Database ID of the creator.

TYPE: int