Info

Definition

type Info {
  ceo: String
  coo: String
  cto: String
  cto_propulsion: String
  employees: Int
  founded: Int
  founder: String
  headquarters: Address
  launch_sites: Int
  links: InfoLinks
  name: String
  summary: String
  test_sites: Int
  valuation: Float
  vehicles: Int
}

Fields

ceo

coo

cto

cto_propulsion

employees

Int

founded

Int

founder

headquarters

launch_sites

Int

name

summary

test_sites

Int

valuation

vehicles

Int

Example

Info.json
{
  "ceo": "Some string",
  "coo": "Some string",
  "cto": "Some string",
  "cto_propulsion": "Some string",
  "employees": 12345,
  "founded": 12345,
  "founder": "Some string",
  "headquarters": Address,
  "launch_sites": 12345,
  "links": InfoLinks,
  "name": "Some string",
  "summary": "Some string",
  "test_sites": 12345,
  "valuation": 123.45,
  "vehicles": 12345
}