Fix keys showing as "property1" and "property2" in ionosonde_data when OpenAPI spec is rendered in HTML

This commit is contained in:
Ian Renton
2026-06-09 08:56:52 +01:00
parent 7c8b4c6bf8
commit cd40cd985d
10 changed files with 48 additions and 22 deletions

View File

@@ -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