New Planet
Information about a new planet
namestring
description?string | null
type?string
Value in
"terrestrial" | "gas_giant" | "ice_giant" | "dwarf" | "super_earth"
habitabilityIndex?number
A score from 0 to 1 indicating potential habitability
Format
float
Range
value <= 1
physicalProperties?object
atmosphere?array<object>
Atmospheric composition
discoveredAt?string
Format
date-time
image?string
satellites?array<object>
Item: A natural satellite (moon) orbiting a planet
creator?object
A user
tags?array<string>
successCallbackUrl?string
URL which gets invoked upon a successful operation
Format
uri
failureCallbackUrl?string
URL which gets invoked upon a failed operation
Format
uri
Response Body
How is this guide?