CelestialBody
A celestial body which can be either a planet or a satellite
- typeType: string enumrequired
Type of celestial body
values- planet
- satellite
- planetType: object · Planet
Planet data (when type is 'planet')
- idType: integer Format: int64read-onlyrequired
Signed 64-bit integers (long type).
- nameType: stringrequired
- atmosphereType: array object[]
- creatorType: object · User
A user
- descriptionType: string
- discoveredType: string Format: date-time
At the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- habitabilityType: number Format: float
Index min:0max:1 - imageType: string nullable
- lastType: string Format: date-time
Updated read-onlythe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- physicalType: object
Properties - satellitesType: array object[] · Satellite[]
Every satellite in the Scalar Galaxy
- tagsType: array string[]
- typeType: string enumvalues
- terrestrial
- gas
_giant - ice
_giant - dwarf
- super
_earth
- satelliteType: object · Satellite
Satellite data (when type is 'satellite')
- nameType: stringrequired
- descriptionType: string
- diameterType: number Format: float
- idType: integer Format: int64read-only
Signed 64-bit integers (long type).
- orbitType: object
- typeType: string enumvalues
- moon
- asteroid
- comet