{{#include store-object-info-v1-fixed.md}} ## Examples ### Minimal store object (content-addressed) ```json {{#include schema/store-object-info-v1/pure.json}} ``` ### Store object with impure fields ```json {{#include schema/store-object-info-v1/impure.json}} ``` ### Minimal store object (empty) ```json {{#include schema/store-object-info-v1/empty_pure.json}} ``` ### Store object with all impure fields ```json {{#include schema/store-object-info-v1/empty_impure.json}} ``` ### NAR info (minimal) ```json {{#include schema/nar-info-v1/pure.json}} ``` ### NAR info (with binary cache fields) ```json {{#include schema/nar-info-v1/impure.json}} ```