Download raw schema →

FieldTypeRequiredDescription
versionstringrequiredAPI version identifier. Currently "1".
namestringrequiredHuman-readable name of this registry.
descriptionstring | nulloptionalShort description of the registry.
logo_urlstring | nulloptionalURL of the registry logo image.

Example

{
  "version": "1",
  "name": "My Comic Archive",
  "description": "A personal webcomic registry.",
  "logo_url": "https://example.com/logo.png"
}