diff options
Diffstat (limited to 'doc/tutorial/build-delegation.md')
-rw-r--r-- | doc/tutorial/build-delegation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/build-delegation.md b/doc/tutorial/build-delegation.md index 5d597d9e..a8c01ff9 100644 --- a/doc/tutorial/build-delegation.md +++ b/doc/tutorial/build-delegation.md @@ -32,7 +32,7 @@ distributes the tree hash to the entities analysing the data. As a user of the serve endpoint, by just knowing the tree hash, can construct an absent root from it. -``` +``` jsonc { "repository": { "type": "git tree" , "id": "..." @@ -72,7 +72,7 @@ only access export targets; but while measurement data might have some random component, analysing that data typically is a pure function. So a simple target file could look as follows. -``` +``` jsonc { "": {"type": "export", "target": "stats"} , "stats": { "type": "generic" |