Dynavera/data/2_organizations.json
2026-02-26 01:32:04 +00:00

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": "The University of Birmingham is a public research university in Birmingham, England. It is a founding member of the Russell Group and the international network Universitas 21.",
"owner": 2,
"members": [2, 3, 4, 5, 6, 7]
}
},
{
"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": "This is an example fictional organization that has many roles, used for testing administrative workflows.",
"owner": 1,
"members": [1, 2, 8, 9, 12]
}
},
{
"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 collective of technology innovators and fintech enthusiasts based in the West Midlands, focusing on financial literacy and stock market simulation.",
"owner": 12,
"members": [12, 3, 5, 9, 10, 11]
}
}
]