mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
Add /AM and /MM activities, fix up activities list in OpenAPI spec, few more About page tweaks. #147
This commit is contained in:
@@ -19,6 +19,7 @@ info:
|
||||
|
||||
* Renamed AMSAT SIG to "Satellite" as AMSAT is a specific organisation not just a general term for satellite QSOs
|
||||
* Removed `alert_type` from alert data. Contest, DXpedition and Satellite alerts now give those values in `sig` instead, alongside the existing outdoor activity programmes. Teeeeechnically a breaking change but AlertType is so new I doubt anyone is using it yet, so slipped this one in anyway. Sorry :)
|
||||
* Added QRP, RaDAR Rally, /AM and /MM activities
|
||||
|
||||
### 2.1
|
||||
|
||||
@@ -884,6 +885,13 @@ components:
|
||||
ActivityName:
|
||||
type: string
|
||||
enum:
|
||||
- Contest
|
||||
- DXpedition
|
||||
- Satellite
|
||||
- EME
|
||||
- /AM
|
||||
- /MM
|
||||
- QRP
|
||||
- POTA
|
||||
- SOTA
|
||||
- WWFF
|
||||
|
||||
Reference in New Issue
Block a user