LaunchRocket Definition type LaunchRocket { fairings: LaunchRocketFairings first_stage: LaunchRocketFirstStage rocket: Rocket rocket_name: String rocket_type: String second_stage: LaunchRocketSecondStage } Fields fairings LaunchRocketFairings first_stage LaunchRocketFirstStage rocket Rocket rocket_name String rocket_type String second_stage LaunchRocketSecondStage Example LaunchRocket.json { "fairings": LaunchRocketFairings, "first_stage": LaunchRocketFirstStage, "rocket": Rocket, "rocket_name": "Some string", "rocket_type": "Some string", "second_stage": LaunchRocketSecondStage } LaunchLinks LaunchRocketFairings