From 56eb607df5e21a971c210c0485156d290f5d9dea Mon Sep 17 00:00:00 2001 From: corquaid <69508715+corquaid@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:12:35 +0100 Subject: [PATCH] feat: undocking of CRS-29 Dragon spacecraft, add photo for Progress MS-25 spacecraft --- JSON/iss-docked-spacecraft.json | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/JSON/iss-docked-spacecraft.json b/JSON/iss-docked-spacecraft.json index a386698..0b79b9d 100644 --- a/JSON/iss-docked-spacecraft.json +++ b/JSON/iss-docked-spacecraft.json @@ -1,5 +1,5 @@ { - "number": 6, + "number": 5, "spacecraft": [ { "id": 1, @@ -92,27 +92,6 @@ }, { "id": 5, - "name": "CRS-29 Dragon", - "country": "United States", - "flag_code": "us", - "operator": "SpaceX", - "manufacturer": "SpaceX", - "launched": 1699576080, - "launch_site": "KSC, LC-39A", - "iss": true, - "docked": 1699697220, - "docking_port": "Harmony forward", - "launch_mass": 12519, - "payload_mass": 2948, - "launch_vehicle": "Falcon 9", - "mission_type": "Cargo", - "crew": null, - "mission_patch": "https://upload.wikimedia.org/wikipedia/commons/0/07/SpaceX_CRS-29_Patch.png", - "url": "https://en.wikipedia.org/wiki/SpaceX_CRS-29", - "image": "https://i.ibb.co/n3w8SQm/Space-X-CRS29.webp" - }, - { - "id": 6, "name": "Progress MS-25", "country": "Russia", "flag_code": "ru", @@ -130,7 +109,7 @@ "crew": null, "mission_patch": null, "url": "https://en.wikipedia.org/wiki/Progress_MS-25", - "image": "" + "image": "https://i.ibb.co/PG8J4G0/Progress-86-Cargo-Craft-Approaches-Space-Station-1536x1024.jpg" } ] }