From af53e4416b9f468cb0eed4bd01a2affec86e48d9 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 3 Mar 2022 10:29:33 +0200 Subject: [PATCH 1/2] add additionalInformation to service --- content/concepts/did-ddo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/did-ddo.md b/content/concepts/did-ddo.md index 338e2839..9300f7a7 100644 --- a/content/concepts/did-ddo.md +++ b/content/concepts/did-ddo.md @@ -187,7 +187,7 @@ An asset should have at least one service to be actually accessible, and can hav | **`timeout`** | `number` | **✓** | Describing how long the service can be used after consumption is initiated. A timeout of `0` represents no time limit. Expressed in seconds. | | **`compute`** | [Compute](#compute-options) | **✓** (for compute assets only) | If service is of `type` `compute`, holds information about the compute-related privacy settings & resources. | | **`consumerParameters`** | [Consumer Parameters](#consumer-parameters) | | An object the defines required consumer input before consuming the asset| - +| **`additionalInformation`** | Object | | Stores additional information, this is customizable by publisher | #### Files The `files` field is returned as a `string` which holds the encrypted file URLs. From 786bfbb5514d921523bbc3b029b41342f4a067d6 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 3 Mar 2022 10:34:18 +0200 Subject: [PATCH 2/2] small fix --- content/concepts/did-ddo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/concepts/did-ddo.md b/content/concepts/did-ddo.md index 9300f7a7..df452cf3 100644 --- a/content/concepts/did-ddo.md +++ b/content/concepts/did-ddo.md @@ -188,6 +188,8 @@ An asset should have at least one service to be actually accessible, and can hav | **`compute`** | [Compute](#compute-options) | **✓** (for compute assets only) | If service is of `type` `compute`, holds information about the compute-related privacy settings & resources. | | **`consumerParameters`** | [Consumer Parameters](#consumer-parameters) | | An object the defines required consumer input before consuming the asset| | **`additionalInformation`** | Object | | Stores additional information, this is customizable by publisher | + + #### Files The `files` field is returned as a `string` which holds the encrypted file URLs.