1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 23:12:44 +01:00
nix/doc/manual/source/protocols/json/schema
John Ericson 13b44742a4 JSON for Hash now has to be Base16
Fix #14532.

As discussed on the call today:

1. We'll stick with `format = "base16"` and `hash = "<hash>"`, not do
   `base16 = "<hash>"`, in order to be forward compatible with
   supporting more versioning formats.

   The motivation we discussed for someday *possibly* doing this is
   making it easier to write very slap-dash lang2nix tools that create
   (not consume) derivations with dynamic derivations.

2. We will remove support for non-base16 (and make that the default, not
   base64) in `Hash`, so this is strictly forward contingency, *not*
   yet something we support. (And also not something we have concrete
   plans to start supporting.)
2025-11-10 16:43:54 -05:00
..
build-result-v1 JSON Impl and schema for BuildResult 2025-11-03 18:25:16 -05:00
build-result-v1.yaml JSON Impl and schema for BuildResult 2025-11-03 18:25:16 -05:00
build-trace-entry-v1 JSON Schema for build trace entry 2025-11-03 15:59:50 -05:00
build-trace-entry-v1.yaml JSON Schema for build trace entry 2025-11-03 15:59:50 -05:00
content-address-v1 nlohmann::json instance and JSON Schema for ContentAddress 2025-10-27 14:47:50 -04:00
content-address-v1.yaml nlohmann::json instance and JSON Schema for ContentAddress 2025-10-27 14:47:50 -04:00
derivation-v4.yaml Change JSON derivation format in two ways 2025-11-06 15:19:44 -05:00
deriving-path-v1 JSON Schema for DerivedPath 2025-10-24 12:08:00 -04:00
deriving-path-v1.yaml Create JSON Schema for Store Paths 2025-10-28 17:22:51 -04:00
hash-v1 nlohmann::json instance and JSON Schema for Hash 2025-10-20 15:21:07 -04:00
hash-v1.yaml JSON for Hash now has to be Base16 2025-11-10 16:43:54 -05:00
nar-info-v1 Convert store path info JSON docs to formal JSON Schema, and test 2025-10-28 23:28:16 -04:00
store-object-info-v2 Make the store path info ca field structured in JSON 2025-11-06 15:19:44 -05:00
store-object-info-v2.yaml Futher cleans up store object info JSON v2 2025-11-06 23:28:56 -05:00
store-path-v1 Create JSON Schema for Store Paths 2025-10-28 17:22:51 -04:00
store-path-v1.yaml Create JSON Schema for Store Paths 2025-10-28 17:22:51 -04:00