package jp.gr.procon.proconapp.dummymodel; public class DummyGamePhoto { public static String getDummyGamePhoto() { return "[\n" + " {\n" + " \"id\": 6,\n" + " \"title\": \"ムダイ\",\n" + " \"original_url\": \"https://proconapp.blob.core.windows.net/images/b6f2c130-6686-4a12-b3c3-413968f1395c.jpg\",\n" + " \"thumbnail_url\": \"https://proconapp.blob.core.windows.net/images/b6f2c130-6686-4a12-b3c3-413968f1395c_thumb.jpeg\",\n" + " \"created_at\": 1439250180\n" + " },\n" + " {\n" + " \"id\": 5,\n" + " \"title\": \"\uD83D\uDC20\",\n" + " \"original_url\": \"https://proconapp.blob.core.windows.net/images/168b3ad8-c2d8-4410-9db2-9597ed393874.jpg\",\n" + " \"thumbnail_url\": \"https://proconapp.blob.core.windows.net/images/168b3ad8-c2d8-4410-9db2-9597ed393874_thumb.jpeg\",\n" + " \"created_at\": 1439207820\n" + " },\n" + " {\n" + " \"id\": 4,\n" + " \"title\": \"aaa\",\n" + " \"original_url\": \"https://proconapp.blob.core.windows.net/images/0bd94410-5b52-4adf-89e4-195b25779a58.jpg\",\n" + " \"thumbnail_url\": \"https://proconapp.blob.core.windows.net/images/0bd94410-5b52-4adf-89e4-195b25779a58_thumb.jpeg\",\n" + " \"created_at\": 1438428060\n" + " }\n" + "]"; } }