Refactor of caching & data storage part 17 #118

This commit is contained in:
Ian Renton
2026-08-04 22:11:34 +01:00
parent 459d999f57
commit 62b3414d29
31 changed files with 135 additions and 67 deletions
+19 -3
View File
@@ -17,7 +17,11 @@ info:
### 2.0
* Added `sig_ref_data_providers`, `static_data_providers` and `callsign_data_providers` to status and removed `cleanup`
* Added `sig_ref_data_providers`, `static_data_providers` and `callsign_data_providers` to `/status` response
* Added `callsign_data_providers` to `/options` response
* BREAKING: Removed `cleanup` from `/status` response
* BREAKING: in the `/options` response, renamed `spot_sources` and `alert_sources` to `spot_providers` and
`alert_providers`
### 1.4
@@ -1934,12 +1938,24 @@ components:
description: An array of all the supported Special Interest Groups.
items:
$ref: '#/components/schemas/SIG'
sources:
spot_providers:
type: array
description: An array of all the supported data sources.
description: An array of all the supported spot data sources.
items:
type: string
example: "Cluster"
alert_providers:
type: array
description: An array of all the supported alert data sources.
items:
type: string
example: "POTA"
callsign_data_providers:
type: array
description: An array of all the supported callsign lookup providers.
items:
type: string
example: "QRZ.com"
continents:
type: array
description: An array of all the supported continents.