Dynavera/data/2_organizations.json

41 lines
No EOL
1.5 KiB
JSON

[
{
"model": "accounts.organization",
"pk": 1,
"fields": {
"uuid": "314324a0-9fda-4579-ad90-96123b187f97",
"created_at": "2026-02-24T23:03:53.518Z",
"updated_at": "2026-02-25T20:30:00.000Z",
"name": "University of Birmingham",
"description": "A university learning environment for onboarding researchers, lab specialists, and student-facing support teams through structured academic and technical role pathways.",
"owner": 1,
"members": [1, 2, 3, 4, 6]
}
},
{
"model": "accounts.organization",
"pk": 2,
"fields": {
"uuid": "71c14993-e1a6-448a-af2c-17f50043f545",
"created_at": "2026-02-24T23:04:55.810Z",
"updated_at": "2026-02-25T20:30:00.000Z",
"name": "Example Organization",
"description": "A product and operations organization used to train onboarding cohorts in design delivery, analytics, infrastructure, and governance practices.",
"owner": 1,
"members": [1, 5, 7, 8]
}
},
{
"model": "accounts.organization",
"pk": 3,
"fields": {
"uuid": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"created_at": "2026-02-25T20:30:00.000Z",
"updated_at": "2026-02-25T20:30:00.000Z",
"name": "Silicon Canal Tech Hub",
"description": "A regional technology hub that trains teams in platform architecture, fintech research, and service reliability for production-grade digital systems.",
"owner": 1,
"members": [1, 9, 10, 11]
}
}
]