From 02201afc59d1db3cc9828c629e9050ac7d0ac861 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 5 Aug 2021 17:08:56 -0700 Subject: [PATCH] fix(protocol): Adding protocol field to announceJsonLd --- config/env/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/env/common.js b/config/env/common.js index b9e43c1..7662a5f 100644 --- a/config/env/common.js +++ b/config/env/common.js @@ -43,6 +43,7 @@ module.exports = { '@type': 'WebAPI', name: ipfsCoordName, version, + protocol: 'generic-service', description: 'This is a generic IPFS Serivice Provider that uses JSON RPC over IPFS to communicate with it. This instance has not been customized. Source code: https://github.com/Permissionless-Software-Foundation/ipfs-service-provider', documentation: 'https://ipfs-service-provider.fullstack.cash/',