Schema Reference
All entities defined by the Open Web Comics standard, with field-level documentation.
| Entity | Description | Raw schema |
|---|---|---|
| RegistryInfo | Identity response from GET /info. Name, description, logo URL, and API version. |
info.schema.json |
| Comic | A comic series — title, URL, logo, page count, and social links. Includes a required canonical_id for cross-registry identity. |
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 |