Allow alerts to have more than one DX callsign, and parse the "as CALL" fields from NG3K. Not yet working #38

This commit is contained in:
Ian Renton
2025-10-10 11:37:59 +01:00
parent 5c3adcdd4d
commit cc816d8662
7 changed files with 47 additions and 32 deletions

View File

@@ -708,17 +708,21 @@ components:
type: string
description: Unique identifier based on a hash of the alert to distinguish this one from any others.
example: 442c5d56ac467341f1943e8596685073b38f5a5d4c3802ca1e16ecf98967956c
dx_call:
type: string
description: Callsign of the operator that is going to be activating
example: M0TRT
dx_calls:
type: array
description: Callsigns of the operator(s) that are going to be activating
items:
type: string
example: M0TRT
dx_name:
type: string
description: Name of the operator that is going to be activating
example: Ian
type: array
description: Names of the operator(s) that are going to be activating
items:
type: string
example: Ian
dx_country:
type: string
description: Country of the DX operator
description: Country of the DX operator. This, and the subsequent fields, assume that all activators will be in the same country!
example: United Kingdom
dx_flag:
type: string