Back to Nix

Store Object Info

doc/manual/source/protocols/json/store-object-info.md

2.34.7795 B
Original Source

{{#include store-object-info-v2-fixed.md}}

Examples

Minimal store object (content-addressed)

json
{{#include schema/store-object-info-v2/pure.json}}

Store object with impure fields

json
{{#include schema/store-object-info-v2/impure.json}}

Minimal store object (empty)

json
{{#include schema/store-object-info-v2/empty_pure.json}}

Store object with all impure fields

json
{{#include schema/store-object-info-v2/empty_impure.json}}

NAR info (minimal)

json
{{#include schema/nar-info-v2/pure.json}}

NAR info (with binary cache fields)

json
{{#include schema/nar-info-v2/impure.json}}
<!-- need to convert YAML to JSON first ## Raw Schema [JSON Schema for Store Object Info v1](schema/store-object-info-v2.json) -->