From e9c16215bc2801db4a7cf3bdc222e5655900b7b7 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 21 Jun 2023 16:50:40 +0000 Subject: [PATCH] GITBOOK-587: Adding description of compute to data options on DDO page --- developers/ddo-specification.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/developers/ddo-specification.md b/developers/ddo-specification.md index aa607ef0..a4398558 100644 --- a/developers/ddo-specification.md +++ b/developers/ddo-specification.md @@ -34,7 +34,7 @@ Services ||--|{ ConsumerParameters : contains -## Required Attributes +### Required Attributes A DDO in Ocean has these required attributes: @@ -177,7 +177,7 @@ A DDO in Ocean has these required attributes: -## Metadata +### Metadata This object holds information describing the actual asset. @@ -447,3 +447,13 @@ The `stats` section contains different statistics fields. ``` + +### Compute to data + +For algorithms and datasets that are used for compute to data, there are additional fields and objects within the DDO structure that you need to consider. These include: + +* `compute` attributes. +* `publisherTrustedAlgorithms` +* `consumerParameters` + +Details for each of these are explained on the [Compute Options page](compute-to-data/compute-options.md).