Skip to content

Commit 2bcd518

Browse files
author
Fuguh Budi Utomo
committed
add map model json
1 parent a8b5bcb commit 2bcd518

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

common/models/map.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "Map",
3+
"plural": "Maps",
4+
"base": "PersistedModel",
5+
"idInjection": true,
6+
"options": {
7+
"validateUpsert": true
8+
},
9+
"mixins": {
10+
"FireLoop": true
11+
},
12+
"properties": {
13+
"userID": {
14+
"type": "string"
15+
},
16+
"locationName": {
17+
"type": "string"
18+
},
19+
"longitude": {
20+
"type": "string"
21+
},
22+
"latitude": {
23+
"type": "string"
24+
}
25+
},
26+
"validations": [],
27+
"relations": {},
28+
"acls": [],
29+
"methods": {}
30+
}

0 commit comments

Comments
 (0)