From c90c14a5a0f09a4a37b61c62633b5355ec7f7815 Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Mon, 23 Aug 2021 15:28:17 +0200 Subject: [PATCH] fix issues raised by npm run lint --- content/concepts/ddo-metadata.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/concepts/ddo-metadata.md b/content/concepts/ddo-metadata.md index f16c6ca0..c0e530e6 100644 --- a/content/concepts/ddo-metadata.md +++ b/content/concepts/ddo-metadata.md @@ -26,6 +26,7 @@ The publisher may be the asset owner, or a marketplace acting on behalf of the o Most metadata fields may be modified after creation. The blockchain records the provenance of changes. DDOs (including metadata) are found in two places: + - _Remote_ - main storage, on-chain. Some fields are encrypted. - _Local_ - local cache. Example: Aquarius. All fields are in plaintext. @@ -163,6 +164,7 @@ The previous example was for a local cache, with all fields in plaintext. Here's the same example, for remote on-chain storage. That is, it's how metadata looks as a response to querying Aquarius (remote metadata). How remote is changed, compared to local: + - `url` is removed from all objects in the `files` array - `encryptedFiles` is added.