debian-mirror-gitlab/spec/fixtures/lib/gitlab/import_export/with_invalid_records/project.json
2020-01-01 13:55:28 +05:30

38 lines
859 B
JSON

{
"description": "Nisi et repellendus ut enim quo accusamus vel magnam.",
"import_type": "gitlab_project",
"creator_id": 999,
"visibility_level": 10,
"archived": false,
"milestones": [
{
"id": 1,
"title": null,
"project_id": 8,
"description": 123,
"due_date": null,
"created_at": "NOT A DATE",
"updated_at": "NOT A DATE",
"state": "active",
"iid": 1,
"group_id": null
},
{
"id": 42,
"title": "A valid milestone",
"project_id": 8,
"description": "Project-level milestone",
"due_date": null,
"created_at": "2016-06-14T15:02:04.415Z",
"updated_at": "2016-06-14T15:02:04.415Z",
"state": "active",
"iid": 1,
"group_id": null
}
],
"labels": [],
"issues": [],
"services": [],
"snippets": [],
"hooks": []
}