mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-09 03:51:41 +00:00
Backwards compatibility for critical v1 APIs. Closes #119
This commit is contained in:
@@ -1491,7 +1491,7 @@ components:
|
||||
example: 7
|
||||
k_index:
|
||||
type: integer
|
||||
description: 3-hour geomagnetic activity index, 0–9
|
||||
description: 3-hour geomagnetic activity index, 0 to 9
|
||||
example: 2
|
||||
xray:
|
||||
type: string
|
||||
@@ -1589,7 +1589,7 @@ components:
|
||||
type: object
|
||||
description: >
|
||||
NOAA Kp index 3-day forecast. Keys are UNIX timestamps (UTC seconds since epoch) for the
|
||||
start of each 3-hour period. Values are the forecast Kp index (0–9) for that period.
|
||||
start of each 3-hour period. Values are the forecast Kp index (0 to 9) for that period.
|
||||
Only forecast values are included; observed actuals (shown in parentheses in the source
|
||||
data) are discarded.
|
||||
additionalProperties:
|
||||
|
||||
Reference in New Issue
Block a user