CelestialBodyUpdatedEvent
- celestialType: object · CelestialBody
Body requiredA 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')
- satelliteType: object · Satellite
Satellite data (when type is 'satellite')
- changesType: array object[] · FieldChange[]required
- fieldType: stringrequired
Name of the field that changed
- new
Value requiredNew value of the field
- old
Value requiredPrevious value of the field
- eventType: string Format: uuid
Id required - eventenum
Type const:celestial_body.updatedrequiredvalues- celestial
_body .updated
- timestampType: string Format: date-timerequired
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- metadataType: object · EventMetadata
- correlationType: string
Id Correlation ID for tracing related events
- requestType: string
Id ID of the request that triggered the event
- severityType: string enum
Event severity level
values- info
- warning
- error
- critical
- sourceType: string
Source system that generated the event
- userType: integer Format: int64
Id ID of the user who triggered the event (if applicable)