Skip to content

Instantly share code, notes, and snippets.

@moltak
Last active January 14, 2017 01:42
Show Gist options
  • Save moltak/709c4e75f0488f3c1b57101646adc0e3 to your computer and use it in GitHub Desktop.
Save moltak/709c4e75f0488f3c1b57101646adc0e3 to your computer and use it in GitHub Desktop.
tecyle_scheme.json
{
"Teracode": {
"district": "강남구",
"name": "name",
"code": "code",
"position": {
"lng": "lng",
"lat": "lat"
}
},
"District": [
{"name": "강남구"},
{"name": "마포구"}
],
"Shop": {
"title": "",
"stars": "",
"address": "",
"product": "",
"imgUrl": "",
"thumbnail": "",
"district": "",
"description": "",
"favoriteMenu": "",
"usageDescription": "",
"usageLimit": "",
"phone": "",
"workingDay": "",
"usagePoint": "",
"position": {
"lat": "",
"lng": ""
},
"categories": [
{"name": "name", "id": "id"}
],
"createdAt": "",
"reviews": [
{"id": "id"},
{"id": "id"}
]
},
"ShopCategory": {
"name": "name",
"id": "id"
},
"Review": {
"nickName": "nickName1",
"date": 101010,
"imgUrl": "imgUrl",
"content": "content",
"stars": 0.5
},
"User": {
"email": "",
"password": "hashed(password)",
"nickName": "",
"name": "",
"phone": "",
"birth": "",
"token": "",
"sns": [
{"snsUserId": "id", "serviceName": "kakao"},
{"snsUserId": "id", "serviceName": "facebook"}
],
"reviews": [
{"id": "id"},
{"id": "id"}
],
"favorites": [
{"shopId": "id"}
],
"teracoin": {
"currentLevel": "1",
"nextLevel": "2",
"levelUpPoint": "10",
"currentPoint": "1",
"lastPointTime": 101010
},
"behaviors": [
{"shopId": "shopId","teracoin": "-or+"}
]
},
"TeracoinUsages": {
"topBanners": [
{"shop": "shop1"},
{"shop": "shop2"}
],
"orderedCategories": [],
"shops": [],
"favorites": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment