-
Notifications
You must be signed in to change notification settings - Fork 18
/
data.json
42 lines (42 loc) · 1.24 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"ids": {
"User": 1,
"AccessToken": 1,
"ACL": 1,
"RoleMapping": 1,
"Role": 1,
"Customer": 1,
"Account": 1,
"Author": 6,
"Reader": 1,
"Book": 1,
"Order": 1,
"Note": 1,
"Googlemaps": 1,
"products": 1,
"catalogs": 1
},
"models": {
"User": {},
"AccessToken": {},
"ACL": {},
"RoleMapping": {},
"Role": {},
"Customer": {},
"Account": {},
"Author": {
"1": "{\"first_name\":\"Virginia\",\"last_name\":\"Wolf\",\"birth_date\":\"2017-06-30T07:47:24.747Z\",\"friendIds\":[],\"id\":1}",
"2": "{\"first_name\":\"Virginia\",\"last_name\":\"Wolf\",\"birth_date\":\"2017-06-30T07:49:23.893Z\",\"friendIds\":[],\"id\":2}",
"3": "{\"first_name\":\"Virginia\",\"last_name\":\"Wolf\",\"birth_date\":\"2017-06-30T09:43:37.721Z\",\"friendIds\":[],\"id\":3}",
"4": "{\"first_name\":\"Virginia\",\"last_name\":\"Wolf\",\"birth_date\":\"2017-07-08T05:38:45.056Z\",\"friendIds\":[],\"id\":4}",
"5": "{\"first_name\":\"Virginia\",\"last_name\":\"Wolf\",\"birth_date\":\"2017-09-23T04:09:57.126Z\",\"friendIds\":[],\"id\":5}"
},
"Reader": {},
"Book": {},
"Order": {},
"Note": {},
"Googlemaps": {},
"products": {},
"catalogs": {}
}
}