Skip to content

Publisher

Publisher

Bases: CommonResource

A data model representing a publisher that extends BaseResource.

ATTRIBUTE DESCRIPTION
founded

The year the publisher was founded.

TYPE: int | None

country

An ISO 3166-1 2-letter country code.

TYPE: Annotated[str | None, Field(min_length=2, max_length=2)]

desc

The description of the publisher.

TYPE: str | None

image

The image URL of the publisher.

TYPE: HttpUrl | None

cv_id

The Comic Vine ID of the publisher.

TYPE: int | None

gcd_id

The Grand Comics Database ID of the publisher.

TYPE: int | None

resource_url

The URL of the publisher resource.

TYPE: HttpUrl