Schema Reference
All entities defined by the Open Web Comics standard, with field-level documentation.
| Entity | Description | Raw schema |
|---|---|---|
| RegistryVersion | Identity response from GET /version. Name, description, and API version. |
version.schema.json |
| Comic | A comic series — title, URL, thumbnail, page count, and social links. | comic.schema.json |
| ComicPage | A single indexed page — image URL, page number, and optional nav hints. | comic-page.schema.json |
| ComicGroup | A named collection of pages (chapter, act, arc, etc.) with page range info. | comic-group.schema.json |
| PagesResponse | Paginated wrapper returned by GET /comics/:id/pages. |
pages-response.schema.json |
| Error | Standard error response returned on 4xx/5xx status codes. | error.schema.json |