mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 11:36:03 +01:00
This continues the work for formalizing our current JSON docs. Note that in the process, a few bugs were caught: - `closureSize` was repeated twice, forgot `closureDownloadSize` - `file*` fields should be `download*`. They are in fact called that in the line-oriented `.narinfo` file, but were renamed in the JSON format.
15 lines
250 B
Markdown
15 lines
250 B
Markdown
{{#include store-path-v1-fixed.md}}
|
|
|
|
## Examples
|
|
|
|
### Simple store path
|
|
|
|
```json
|
|
{{#include schema/store-path-v1/simple.json}}
|
|
```
|
|
|
|
<!-- need to convert YAML to JSON first
|
|
## Raw Schema
|
|
|
|
[JSON Schema for Store Path v1](schema/store-path-v1.json)
|
|
-->
|