PlanetarySatellite
PlanetarySatellite Schema
Description: Represents a planetary satellite orbiting a planet.
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| planet | Enum(mars, jupiter, saturn, uranus, neptune, pluto) |
The name of the central planet for the satellite |
| name | String(32) |
The name of the satellite |
| number | Integer |
The JPL number of the satellite |
| bsp | String(64) |
The name of the ephemeris (SPK) file for the satellite |
| uid | UUID |
No description |
| catalog_object_type | Enum(major, planetary_satellite, mpc_comet, mpc_orbit, norad_satellite) |
No description |