Mabasej_Team/server/filesystem.json
Untriex Programming 60f6fcab55 Server update 1.0
2021-05-09 12:01:50 +02:00

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"
}
]
}