24 lines
478 B
JSON
24 lines
478 B
JSON
{
|
|
"ID": 0,
|
|
"location": "25.997417761947318, -97.15738221291177",
|
|
"description": {
|
|
"title": "WikiSpot-demo",
|
|
"description_s": "Krátky popis",
|
|
"description_l": "Dlhší popis",
|
|
"photo_s": "test.jpg",
|
|
"photo_b": "test.png"
|
|
},
|
|
"files": [
|
|
{
|
|
"name": "test",
|
|
"format": ".jpg",
|
|
"description": "This is jpg test file"
|
|
},
|
|
{
|
|
"name": "test",
|
|
"format": ".txt",
|
|
"description": "This is txt test file"
|
|
}
|
|
]
|
|
}
|