Templates

Schema Designer

Define your data structure

1[
2 {
3 "id": "f1708821-a466-4818-934a-beae10d4618e",
4 "firstName": "Oliver",
5 "lastName": "Thompson",
6 "email": "user1005@hotmail.com",
7 "phone": "+1 (259) 432-9474",
8 "avatar": "https://i.pravatar.cc/150?img=45",
9 "isActive": true,
10 "createdAt": "2022-07-23T14:29:51.050Z"
11 },
12 {
13 "id": "3cb596fd-6304-4c03-858b-951b43c02dda",
14 "firstName": "Sebastian",
15 "lastName": "Jones",
16 "email": "user903@outlook.com",
17 "phone": "+1 (457) 892-3620",
18 "avatar": "https://i.pravatar.cc/150?img=3",
19 "isActive": true,
20 "createdAt": "2024-11-21T03:44:36.418Z"
21 },
22 {
23 "id": "6a852907-0786-45ae-a013-05a43ba9e77c",
24 "firstName": "Evelyn",
25 "lastName": "Davis",
26 "email": "user5702@hotmail.com",
27 "phone": "+1 (224) 523-7453",
28 "avatar": "https://i.pravatar.cc/150?img=56",
29 "isActive": false,
30 "createdAt": "2021-08-28T02:26:20.531Z"
31 },
32 {
33 "id": "4781b8bd-486b-4e7b-9af3-89ab81c92f8f",
34 "firstName": "Lucas",
35 "lastName": "Brown",
36 "email": "user1562@outlook.com",
37 "phone": "+1 (912) 753-8900",
38 "avatar": "https://i.pravatar.cc/150?img=35",
39 "isActive": true,
40 "createdAt": "2024-08-22T17:30:33.345Z"
41 },
42 {
43 "id": "02da0a0c-b9d0-47c8-b882-17a8daf6c05a",
44 "firstName": "Isabella",
45 "lastName": "Miller",
46 "email": "user2398@proton.me",
47 "phone": "+1 (571) 727-4162",
48 "avatar": "https://i.pravatar.cc/150?img=60",
49 "isActive": true,
50 "createdAt": "2021-06-24T07:45:12.362Z"
51 }
52]