RegistryVersion
Returned by GET /openwebcomics/api/v1/version. Used by clients to confirm they are talking to a valid Open Web Comics registry.
| Field | Type | Required | Description |
|---|---|---|---|
version | string | required | API version identifier. Currently "1". |
name | string | required | Human-readable name of this registry. |
description | string | null | optional | Short description of the registry. |
Example
{
"version": "1",
"name": "My Comic Archive",
"description": "A personal webcomic registry."
}