cvat/tests/python/shared/assets/organizations.json

61 lines
1.4 KiB
JSON
Raw Normal View History

2025-09-16 01:19:40 +00:00
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"contact": {
"email": "org3@cvat.org"
},
"created_date": "2021-12-14T19:51:38.667000Z",
"description": "",
"id": 3,
"name": "Organization #3",
"owner": {
"first_name": "User",
"id": 2,
"last_name": "First",
"url": "http://localhost:8080/api/users/2",
"username": "user1"
},
"slug": "org3",
"updated_date": "2021-12-14T19:51:38.667000Z"
},
{
"contact": {
"email": "org2@cvat.org"
},
"created_date": "2021-12-14T19:51:38.667000Z",
"description": "",
"id": 2,
"name": "Organization #2",
"owner": {
"first_name": "User",
"id": 10,
"last_name": "Seventh",
"url": "http://localhost:8080/api/users/10",
"username": "user7"
},
"slug": "org2",
"updated_date": "2021-12-14T19:51:38.667000Z"
},
{
"contact": {
"email": "org1@cvat.org"
},
"created_date": "2021-12-14T18:45:40.172000Z",
"description": "",
"id": 1,
"name": "organization #1",
"owner": {
"first_name": "User",
"id": 2,
"last_name": "First",
"url": "http://localhost:8080/api/users/2",
"username": "user1"
},
"slug": "org1",
"updated_date": "2021-12-14T18:45:40.172000Z"
}
]
}