Last active
August 26, 2015 08:18
-
-
Save werdan/0589a72834eae5ffa566 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name" : { | |
"en": "sample name", | |
"ru": "просто имя" | |
}, | |
"cityId" : 123, | |
"images" : [ | |
"http://cdn.lalala.com/test1.jpg", | |
"http://cdn.lalala.com/test2.jpg" | |
], | |
"questmap" : [ | |
{"lat" : -12.121212, "long" : 12.05555}, | |
{"lat" : -12.121212, "long" : 12.05556}, | |
{"lat" : -12.121212, "long" : 12.05557}, | |
{"lat" : -12.121212, "long" : 12.05558}, | |
{"lat" : -12.121212, "long" : 12.05559} | |
], | |
"description" : { | |
"en" : "Mega text escaped from HTML tags", | |
"ru" : "Мега описание" | |
}, | |
"version" : 123456, | |
"subject" : { | |
"en" : "Barca FC history", | |
"ru" : "История клуба Барса" | |
}, | |
"startPoint" : {"lat" : -12.121212, "long" : 12.05555}, | |
"endPoint" : {"lat" : -12.121212, "long" : 12.05555}, | |
"tasks" : [ | |
{ | |
"name" : { | |
"en" : "sample task1 name", | |
"ru" : "просто имя задания" | |
}, | |
"images" : [ | |
"http://cdn.lalala.com/test1.jpg", | |
"http://cdn.lalala.com/test2.jpg" | |
], | |
"description" : { | |
"en" : "mega task text", | |
"ru" : "мега задание - полный текст" | |
}, | |
"previousLocation" : {"lat" : -12.121212, "long" : 12.05555}, | |
"location" : {"lat" : -12.121212, "long" : 12.05555}, | |
"difficulty" : 3, | |
"length" : 8, | |
"answerText" : "answerText123", | |
"answerLocation" : {"lat" : -12.121212, "long" : 12.05555}, | |
"hints" : [ | |
{ | |
"text" : { | |
"en" : "mega hint1", | |
"ru" : "мега подсказка1" | |
}, | |
"image" : "http://cdn.lalala.com/test1.jpg" | |
}, | |
{ | |
"text" : { | |
"en" : "mega hint2", | |
"ru" : "мега подсказка2" | |
}, | |
"image" : "http://cdn.lalala.com/test1.jpg" | |
} | |
], | |
"innerpoints" : [ | |
{ | |
"message" : "Hey, look around, there is a church!", | |
"location" : {"lat" : -12.121212, "long" : 12.05555}, | |
"radius" : 100, | |
"text" : "This is very important church of 16th century", | |
"images" : [ | |
"http://cdn.lalala.com/test1.jpg", | |
"http://cdn.lalala.com/test2.jpg" | |
], | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment