OAA is an open, portable archive format for original comic art collection data.
Status: 0.1 Draft. This format is published for review and early implementation feedback. It is not the final 1.0 specification.
The Original Art Archive (OAA) Format is a draft archive and interchange format for transferring original art collection folders between collection platforms.
An .oaa file is a ZIP-based archive container with a defined internal structure and a root mimetype file identifying it as an Original Art Archive package.
In practical terms, an .oaa archive is a portable collection folder packaged as one file. The archive contains a mimetype identifier, a collection manifest, gallery manifests, artwork manifests, and the files associated with each artwork. Artwork records live in a collection-level artwork registry so the same artwork can appear in more than one gallery.
OAA metadata separates portable base fields from external links and extension blocks. This lets tools share common data while preserving provider-specific fields for services such as ComicArtFans, SNIKT.com, and Raremarq.
This repository is maintained by Remgrandt Games LLC.
Implementers should treat SPEC.md as authoritative for the archive format as a whole. The JSON Schema is authoritative for manifest-local JSON structure.
The reference validator is staged separately at Original-Art-Archive/oaa-validator.
OAA is intended to be a neutral interchange format. It is not owned by any one application or platform.
The OAA repository uses a split-license model:
Third-party or public-source media included or referenced by examples is governed by its original source rights statement and is not relicensed by Remgrandt Games LLC unless explicitly stated in the example directory.
The names “Original Art Archive” and “OAA” may be used to truthfully describe compatibility with the format, but may not be used to imply official status, endorsement, certification, or maintenance by the OAA project or Remgrandt Games LLC.
See LICENSE.md for details.