-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathexample.json
54 lines (54 loc) · 1.84 KB
/
example.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
51
52
53
54
{
"format": "CHIP-0007",
"name": "Pikachu",
"description": "Electric-type Pokémon with stretchy cheeks",
"minting_tool": "SuperMinter/2.5.2",
"sensitive_content": false,
"series_number": 22,
"series_total": 1000,
"attributes": [
{
"trait_type": "Species",
"value": "Mouse"
},
{
"trait_type": "Color",
"value": "Yellow"
},
{
"trait_type": "Friendship",
"value": 50,
"min_value": 0,
"max_value": 255
}
],
"collection": {
"name": "Example Pokémon Collection",
"id": "e43fcfe6-1d5c-4d6e-82da-5de3aa8b3b57",
"attributes": [
{
"type": "description",
"value": "Example Pokémon Collection is the best Pokémon collection. Get yours today!"
},
{
"type": "icon",
"value": "https://examplepokemoncollection.com/image/icon.png"
},
{
"type": "banner",
"value": "https://examplepokemoncollection.com/image/banner.png"
},
{
"type": "twitter",
"value": "ExamplePokemonCollection"
},
{
"type": "website",
"value": "https://examplepokemoncollection.com/"
}
]
},
"data": {
"example_data": "VGhpcyBpcyBhbiBleGFtcGxlIG9mIGRhdGEgdGhhdCB5b3UgbWlnaHQgd2FudCB0byBzdG9yZSBpbiB0aGUgZGF0YSBvYmplY3QuIE5GVCBhdHRyaWJ1dGVzIHdoaWNoIGFyZSBub3QgaHVtYW4gcmVhZGFibGUgc2hvdWxkIGJlIHBsYWNlZCB3aXRoaW4gdGhpcyBvYmplY3QsIGFuZCB0aGUgYXR0cmlidXRlcyBhcnJheSB1c2VkIG9ubHkgZm9yIGluZm9ybWF0aW9uIHdoaWNoIGlzIGludGVuZGVkIHRvIGJlIHJlYWQgYnkgdGhlIHVzZXIu"
}
}