Skip to content

Instantly share code, notes, and snippets.

@aravindan-tnq
Created September 21, 2023 16:40
Show Gist options
  • Save aravindan-tnq/4041eedcc086ddc0b1b9f40b4b060635 to your computer and use it in GitHub Desktop.
Save aravindan-tnq/4041eedcc086ddc0b1b9f40b4b060635 to your computer and use it in GitHub Desktop.
[{
"type": "Dragon 1.0",
"status": "retired",
"details": "Reentered after three weeks in orbit",
"missions": [{
"name": "COTS 1",
"flight": 7
}],
"capsule_id": "dragon1"
}, {
"type": "Dragon 1.0",
"status": "retired",
"details": "First Dragon spacecraft",
"missions": [{
"name": "COTS 2",
"flight": 8
}],
"capsule_id": "dragon1"
}, {
"type": "Dragon 1.0",
"status": "active",
"details": "First of twenty missions flown under the CRS1 contract",
"missions": [{
"name": "CRS-1",
"flight": 9
}],
"capsule_id": "dragon1"
}, {
"type": "Dragon 1.0",
"status": "unknown",
"details": null,
"missions": [{
"name": "CRS-2",
"flight": 10
}],
"capsule_id": "dragon1"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment