Files
award/award-definitions/was.json
2026-01-23 14:18:56 +01:00

35 lines
762 B
JSON

{
"id": "was-mixed",
"name": "WAS",
"description": "Confirm all 50 US states",
"caption": "Contact and confirm all 50 US states. Only QSOs with stations located in United States states count toward this award. QSOs are confirmed when LoTW QSL is received.",
"category": "was",
"rules": {
"type": "entity",
"entityType": "state",
"target": 50,
"displayField": "state",
"filters": {
"operator": "AND",
"filters": [
{
"field": "entityId",
"operator": "in",
"value": [
291,
6,
110
]
}
]
},
"stations": []
},
"modeGroups": {},
"achievements": [
{
"name": "WAS Award",
"threshold": 50
}
]
}