forked from rropen/absense-planner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseed.json
More file actions
29 lines (29 loc) · 680 Bytes
/
Copy pathseed.json
File metadata and controls
29 lines (29 loc) · 680 Bytes
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
[
{
"model": "ap_app.team",
"pk": 1,
"fields": {
"id": "1",
"name": "Web Development Team",
"description": "This team is in charge of developing the website."
}
},
{
"model": "ap_app.team",
"pk": 2,
"fields": {
"id": "2",
"name": "App Development Team",
"description": "This team is in charge of developing the web application."
}
},
{
"model": "ap_app.team",
"pk": 3,
"fields": {
"id": "3",
"name": "Testing Team",
"description": "This team is responsible for testing the app for defects."
}
}
]