-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathweifund-schema-empty.json
50 lines (50 loc) · 1.04 KB
/
weifund-schema-empty.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"campaignSchema": {
"@context": "http://weifund.io",
"@type": "CampaignContract",
"version": "0.1.0",
"address": "",
"compiler": "",
"compilerFlags": "",
"compilerVersion": "",
"transactionHash": "",
"bytecode": "",
"source": "",
"abi": [],
"url": "",
"location": {
"address": {
"addressCountry": "",
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"streetAddress": ""
}
},
"fallback": false,
"category": "",
"image": "",
"mainEntity": "",
"i18n": {
"en": {
"name": "",
"alternateName": "",
"description": "",
"disambiguatedDescription": "",
"about": "",
"abi": [
{
"name": "",
"alternateName": "",
"description": "",
"disambiguatedDescription": "",
"placeHolder": "",
"defaultValue": "",
"unitName": ""
}
]
}
},
"relatedContracts": []
}
}