From 25462aaf81d0f3f4626ba3c967a1c3cbef5b8b0c Mon Sep 17 00:00:00 2001 From: mihaisc Date: Tue, 13 Sep 2022 16:07:11 +0300 Subject: [PATCH] fix links --- core-concepts/did-ddo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core-concepts/did-ddo.md b/core-concepts/did-ddo.md index d9fa5e0a..5facf196 100644 --- a/core-concepts/did-ddo.md +++ b/core-concepts/did-ddo.md @@ -193,7 +193,7 @@ An asset should have at least one service to be actually accessible, and can hav | **`consumerParameters`** | [Consumer Parameters](did-ddo.md#consumer-parameters) | | An object the defines required consumer input before consuming the asset | | **`additionalInformation`** | Object | | Stores additional information, this is customizable by publisher | -##### Files +#### Files The `files` field is returned as a `string` which holds the encrypted file URLs. @@ -294,7 +294,7 @@ To get information about the files after encryption, the `/fileinfo` endpoint of This only concerns metadata about a file, but never the file URLs. The only way to decrypt them is to exchange at least 1 datatoken based on the respective service pricing scheme. -##### Compute Options +#### Compute Options An asset with a service of `type` `compute` has the following additional attributes under the `compute` object. This object is required if the asset is of `type` `compute`, but can be omitted for `type` of `access`. @@ -369,7 +369,7 @@ Example: } ``` -##### Consumer Parameters +#### Consumer Parameters Sometimes, the asset needs additional input data before downloading or running a Compute-to-Data job. Examples: