Templates

Schema Designer

Define your data structure

1[
2 {
3 "id": "390a5cc4-2d7f-479d-9ef5-0e1884aad05f",
4 "firstName": "Mason",
5 "lastName": "Rodriguez",
6 "email": "user9029@proton.me",
7 "phone": "+1 (308) 502-7178",
8 "avatar": "https://i.pravatar.cc/150?img=37",
9 "isActive": false,
10 "createdAt": "2023-06-20T17:47:52.793Z"
11 },
12 {
13 "id": "8abf4400-c2c7-4f4b-85ba-31bad31f10c8",
14 "firstName": "Charlotte",
15 "lastName": "Smith",
16 "email": "user8457@gmail.com",
17 "phone": "+1 (785) 466-6666",
18 "avatar": "https://i.pravatar.cc/150?img=52",
19 "isActive": true,
20 "createdAt": "2022-02-18T13:26:26.070Z"
21 },
22 {
23 "id": "e377bae5-1706-4eb3-9118-149325501bcf",
24 "firstName": "Mason",
25 "lastName": "Anderson",
26 "email": "user7712@proton.me",
27 "phone": "+1 (911) 424-1265",
28 "avatar": "https://i.pravatar.cc/150?img=9",
29 "isActive": true,
30 "createdAt": "2021-06-01T11:51:44.507Z"
31 },
32 {
33 "id": "55dc2c09-7fad-46ae-850c-211ddb38f698",
34 "firstName": "Charlotte",
35 "lastName": "Thomas",
36 "email": "user6788@gmail.com",
37 "phone": "+1 (441) 390-3575",
38 "avatar": "https://i.pravatar.cc/150?img=22",
39 "isActive": true,
40 "createdAt": "2024-02-25T00:21:27.773Z"
41 },
42 {
43 "id": "84b85195-b827-4c75-b545-a3d9876ce624",
44 "firstName": "Evelyn",
45 "lastName": "Martin",
46 "email": "user7365@proton.me",
47 "phone": "+1 (101) 114-1069",
48 "avatar": "https://i.pravatar.cc/150?img=61",
49 "isActive": true,
50 "createdAt": "2024-11-24T03:21:10.243Z"
51 }
52]