Start converting some enum-like strings to proper enums

This commit is contained in:
Ian Renton
2026-09-02 07:26:02 +01:00
parent 55eaa871e9
commit fa2e4b929a
21 changed files with 132 additions and 111 deletions
+2 -2
View File
@@ -981,7 +981,7 @@ components:
- NONE
example: SPOT
LocationSourceForAlert:
LocationSourceForCallsign:
type: string
enum:
- "HOME QTH"
@@ -2197,7 +2197,7 @@ components:
Where we got the location (grid/latitude/longitude) from. Unlike a spot where we might
have a summit position or WAB square, here the only options are an online QTH lookup, or
a location based purely on DXCC, or nothing.
$ref: "#/components/schemas/LocationSourceForAlert"
$ref: "#/components/schemas/LocationSourceForCallsign"
GridLookup:
type: object