-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-data.yaml
More file actions
42 lines (40 loc) · 1.08 KB
/
Copy pathsample-data.yaml
File metadata and controls
42 lines (40 loc) · 1.08 KB
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
working_hours:
- start: "10:00"
end: "19:00"
category: "A"
employees:
- username: "tanaka_taro"
password: "securepassword123"
last_name: "田中"
first_name: "太郎"
email: "tanaka_taro@example.com"
join_date: "2020-04-01"
working_hour: "A"
- username: "suzuki_hanako"
password: "anothersecurepassword456"
last_name: "鈴木"
first_name: "花子"
email: "suzuki_hanako@example.com"
join_date: "2022-07-15"
working_hour: "A"
- username: "sato_kenichi"
password: "yetanotherpassword789"
last_name: "佐藤"
first_name: "健一"
email: "sato_kenichi@example.com"
join_date: "2023-11-01"
working_hour: "A"
- username: "takahashi_misaki"
password: "passwordforuser101"
last_name: "高橋"
first_name: "美咲"
email: "takahashi_misaki@example.com"
join_date: "2025-04-01"
working_hour: "A"
- username: "nakamura_shota"
password: "mysecurepassword202"
last_name: "中村"
first_name: "翔太"
email: "nakamura_shota@example.com"
join_date: "2021-01-10"
working_hour: "A"