Mabasej_Team/server/filesystem.json

23 lines
603 B
JSON
Raw Normal View History

{
"ID": 0,
2021-04-15 14:56:49 +02:00
"location": "49.14178021389778,18.353783098441415",
2021-04-01 12:08:36 +02:00
"description": {
"title": "legionrpi",
2021-05-06 10:41:28 +02:00
"description_s": "kr\u00e1tky popis, ktor\u00fd bude zobrazen\u00fd iba v n\u00e1hladovom okne",
"description_l": "dlh\u0161\u00ed popis zariadenia, ktor\u00fd bude zobrazen\u00fd po otvoren\u00ed",
2021-04-15 14:56:49 +02:00
"photo_s": "test.jpg",
"photo_b": "test.png"
2021-04-01 12:08:36 +02:00
},
"files": [
{
"name": "test",
"format": ".jpg",
"description": "toto je jpg test file"
2021-05-06 10:41:28 +02:00
},
{
2021-04-01 12:08:36 +02:00
"name": "test2",
"format": ".txt",
"description": "toto je txt test file"
}
]
2021-05-06 10:41:28 +02:00
}