Download raw schema →

FieldTypeRequiredDescription
pagesComicPage[]requiredAll ComicPage objects for this comic, ordered by page number.
totalintegerrequiredTotal number of pages in the comic.

Example

{
  "pages": [
    { "id": 1, "comic_id": "my-comic", "page_number": 1, ... },
    { "id": 2, "comic_id": "my-comic", "page_number": 2, ... }
  ],
  "total": 120
}