You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/source/protocols/json/schema/store-object-info-v2.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ $defs:
71
71
Note: This field may not be present in all contexts, such as when the path is used as the key and the the store object info the value in map.
72
72
73
73
narHash:
74
-
type: string
74
+
"$ref": "./hash-v1.yaml"
75
75
title: NAR Hash
76
76
description: |
77
77
Hash of the [file system object](@docroot@/store/file-system-object.md) part of the store object when serialized as a [Nix Archive](@docroot@/store/file-system-object/content-address.md#serial-nix-archive).
@@ -229,7 +229,7 @@ $defs:
229
229
> This is an impure "`.narinfo`" field that may not be included in certain contexts.
230
230
231
231
downloadHash:
232
-
type: string
232
+
"$ref": "./hash-v1.yaml"
233
233
title: Download Hash
234
234
description: |
235
235
A digest for the compressed archive itself, as opposed to the data contained within.
0 commit comments