Documentation

ZeroPress Reference

This is the reference hub for the current ZeroPress v0.6 contracts. Start here when validating generated output, reviewing a theme manifest, or checking the exact schema for a file.

ZeroPress Reference

This is the reference hub for the current ZeroPress v0.6 contracts. Start here when validating generated output, reviewing a theme manifest, or checking the exact schema for a file.

For workflow guidance, use Getting Started or Build Pages first.

Current JSON Schemas

Open these first during QA and code review:

Current Contract References

Historical Schemas

Schema documents are published as versioned historical files. The schemas/ directory is the stable location for machine-readable schema files.

Preview-data:

Theme runtime:

Archived Contract Pages

The immediately previous public contract remains available for direct review. These pages are delisted from automatic discovery outputs, but linked here for compatibility checks:

Notes

  • New projects should target preview-data version: "0.6" and theme runtime: "0.6".
  • preview-data v0.6 uses snake_case site keys such as media_base_url, media_delivery_mode, posts_per_page, datetime_display, date_style, time_style, and disallow_comments.
  • theme runtime v0.6 uses snake_case manifest keys such as menu_slots, widget_areas, site_meta, collection_slots, and features.post_index.
  • site.footer.attribution is a boolean in v0.6. ZeroPress does not add a copyright symbol automatically.