CelestialBodyCreatedEvent

  • celestialBody
    Type: object · CelestialBody
    required

    A celestial body which can be either a planet or a satellite

    • type
      Type: string enum
      required

      Type of celestial body

      values
      • planet
      • satellite
    • planet
      Type: object · Planet

      Planet data (when type is 'planet')

    • satellite
      Type: object · Satellite

      Satellite data (when type is 'satellite')

  • eventId
    Type: string Format: uuid
    required
  • eventType
    enum
    const:  
    celestial_body.created
    required
    values
    • celestial_body.created
  • timestamp
    Type: string Format: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • discovery
    Type: object
    • method
      Type: string enum
      values
      • telescope_observation
      • space_probe
      • mathematical_prediction
      • collision_remnant
    • observatory
      Type: string
  • metadata
    Type: object · EventMetadata
    • correlationId
      Type: string

      Correlation ID for tracing related events

    • requestId
      Type: string

      ID of the request that triggered the event

    • severity
      Type: string enum

      Event severity level

      values
      • info
      • warning
      • error
      • critical
    • source
      Type: string

      Source system that generated the event

    • userId
      Type: integer Format: int64

      ID of the user who triggered the event (if applicable)