AtmosphereChangedEvent

  • atmosphere
    Type: array object[]
    required
    • compound
      Type: string
    • percentage
      Type: number Format: float
  • eventId
    Type: string Format: uuid
    required
  • eventType
    enum
    const:  
    atmosphere.changed
    required
    values
    • atmosphere.changed
  • planet
    Type: object
    required
    • id
      Type: integer Format: int64

      Signed 64-bit integers (long type).

    • name
      Type: string
  • 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

  • change
    Type: object
    • estimatedCompletion
      Type: string Format: date-time

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

    • progress
      Type: number
      min:  
      0
      max:  
      1

      Progress of the change (0-1)

    • type
      Type: string enum
      values
      • terraforming
      • natural
      • pollution
      • atmospheric_loss
  • 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)