mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-23 21:25:12 +00:00
Fix keys showing as "property1" and "property2" in ionosonde_data when OpenAPI spec is rendered in HTML
This commit is contained in:
@@ -1377,6 +1377,32 @@ components:
|
||||
included, but not all of them may contain data.
|
||||
additionalProperties:
|
||||
$ref: '#/components/schemas/IonosondeStation'
|
||||
example:
|
||||
DB049:
|
||||
ursi: DB049
|
||||
name: Dourbes
|
||||
fof2:
|
||||
"1747267201.0": 7.45
|
||||
"1747267501.0": 7.50
|
||||
muf:
|
||||
"1747267201.0": 21.66
|
||||
"1747267501.0": 21.80
|
||||
luf:
|
||||
"1747267201.0": 2.10
|
||||
"1747267501.0": 2.05
|
||||
band_states:
|
||||
"160m": Closed
|
||||
"80m": Short
|
||||
"40m": Long
|
||||
"20m": Long
|
||||
"10m": Closed
|
||||
EA036:
|
||||
ursi: EA036
|
||||
name: Chilton
|
||||
fof2: null
|
||||
muf: null
|
||||
luf: null
|
||||
band_states: null
|
||||
|
||||
IonosondeStation:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user