LaunchRocket

Definition

type LaunchRocket {
  fairings: LaunchRocketFairings
  first_stage: LaunchRocketFirstStage
  rocket: Rocket
  rocket_name: String
  rocket_type: String
  second_stage: LaunchRocketSecondStage
}

Fields

rocket

rocket_name

rocket_type

Example

LaunchRocket.json
{
  "fairings": LaunchRocketFairings,
  "first_stage": LaunchRocketFirstStage,
  "rocket": Rocket,
  "rocket_name": "Some string",
  "rocket_type": "Some string",
  "second_stage": LaunchRocketSecondStage
}