mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +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.
33 lines
537 B
Markdown
33 lines
537 B
Markdown
{{#include hash-v1-fixed.md}}
|
|
|
|
## Examples
|
|
|
|
### SHA-256 with Base64 encoding
|
|
|
|
```json
|
|
{{#include schema/hash-v1/sha256-base64.json}}
|
|
```
|
|
|
|
### SHA-256 with Base16 (hexadecimal) encoding
|
|
|
|
```json
|
|
{{#include schema/hash-v1/sha256-base16.json}}
|
|
```
|
|
|
|
### SHA-256 with Nix32 encoding
|
|
|
|
```json
|
|
{{#include schema/hash-v1/sha256-nix32.json}}
|
|
```
|
|
|
|
### BLAKE3 with Base64 encoding
|
|
|
|
```json
|
|
{{#include schema/hash-v1/blake3-base64.json}}
|
|
```
|
|
|
|
<!-- need to convert YAML to JSON first
|
|
## Raw Schema
|
|
|
|
[JSON Schema for Hash v1](schema/hash-v1.json)
|
|
-->
|