-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.json
33 lines (33 loc) · 823 Bytes
/
1.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
{
"name": "Luxury NYC Penthouse",
"address": "157 W 57th St APT 49B, New York, NY 10019",
"description": "Luxury Penthouse located in the heart of NYC",
"image": "https://ipfs.io/ipfs/QmQUozrHLAusXDxrvsESJ3PYB3rUeUuBAvVWw6nop2uu7c/1.png",
"id": "1",
"attributes": [
{
"trait_type": "Purchase Price",
"value": 20
},
{
"trait_type": "Type of Residence",
"value": "Condo"
},
{
"trait_type": "Bed Rooms",
"value": 2
},
{
"trait_type": "Bathrooms",
"value": 3
},
{
"trait_type": "Square Feet",
"value": 2200
},
{
"trait_type": "Year Built",
"value": 2013
}
]
}