Landpad
Definition
type Landpad {
attempted_landings: String
details: String
full_name: String
id: ID
landing_type: String
location: Location
status: String
successful_landings: String
wikipedia: String
}
Example
Landpad.json
{
"attempted_landings": "Some string",
"details": "Some string",
"full_name": "Some string",
"id": "ac23e983-c67e-442c-9570-c3f2d40e5bf3",
"landing_type": "Some string",
"location": Location,
"status": "Some string",
"successful_landings": "Some string",
"wikipedia": "Some string"
}