/ tests / create-ecosystem-payload.json
create-ecosystem-payload.json
 1  {
 2    "name": "Playwright Ecosystem",
 3    "description": "This is a test ecosystem.",
 4    "chainId": "31337",
 5    "ownerAddress": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
 6    "avatar": {
 7      "type": "emoji",
 8      "emoji": "💧"
 9    },
10    "color": "#9BD226",
11    "metadata": [
12      {
13        "icon": "Recipients",
14        "title": "MIT Licensed",
15        "text": "327",
16        "link": {
17          "href": "https://maps.app.goo.gl/cQFc5uDp1g1NQh488",
18          "label": "Castro Monte Mozinho"
19        }
20      },
21      {
22        "icon": "Wallet",
23        "title": "Source",
24        "text": "Based on data from",
25        "link": {
26          "href": "https://www.opensource.observer/",
27          "label": "Open Source Observer"
28        }
29      },
30      {
31        "icon": "Download",
32        "title": "Culinary Relations",
33        "link": {
34          "href": "https://maps.app.goo.gl/5PmHWtBCAjguoatB7",
35          "label": "Casa Da Viuva"
36        }
37      },
38      {
39        "icon": "Coin",
40        "title": "Fun Fact",
41        "text": "Portugal is very nice",
42        "link": {
43          "href": "https://drips.network",
44          "label": "Drips"
45        }
46      }
47    ],
48    "graph": {
49      "nodes": [
50        {
51          "projectName": "root"
52        },
53        {
54          "projectName": "GitoxideLabs/gitoxide"
55        },
56        {
57          "projectName": "websockets/ws"
58        }
59      ],
60      "edges": [
61        {
62          "source": "root",
63          "target": "GitoxideLabs/gitoxide",
64          "weight": 1
65        },
66        {
67          "source": "GitoxideLabs/gitoxide",
68          "target": "websockets/ws",
69          "weight": 0.5
70        }
71      ]
72    }
73  }