code.gitea.io/gitea@v1.19.3/modules/migration/file_format_testdata/milestones.json (about) 1 [ 2 { 3 "title": "title_a", 4 "description": "description_a", 5 "deadline": "1988-04-12T23:20:50.52Z", 6 "created": "1985-04-12T23:20:50.52Z", 7 "updated": "1986-04-12T23:20:50.52Z", 8 "closed": "1987-04-12T23:20:50.52Z", 9 "state": "closed" 10 }, 11 { 12 "title": "title_b", 13 "description": "description_b", 14 "deadline": "1998-04-12T23:20:50.52Z", 15 "created": "1995-04-12T23:20:50.52Z", 16 "updated": "1996-04-12T23:20:50.52Z", 17 "closed": null, 18 "state": "open" 19 } 20 ]