Skip to content

SerializedCollectionBundle

The serialized form CalendaryInstance.toBundle emits — a CollectionBundle whose collections are SerializedCollection (plain configs, never builders).

optional $schema?: string

Optional JSON Schema URL for editor/AI validation (see Collection.$schema).

CollectionBundle.$schema


collections: SerializedCollection[]


optional version?: string

Bundle version (semver-ish, informational).

CollectionBundle.version