Add service data for 'False Destination' and 'Via text'.

Add envelope support for PUBLIC/STAFF enum for display decisions
This commit is contained in:
2026-05-08 19:05:18 +01:00
parent 5918cc54a8
commit eb6d90bbb8
2 changed files with 29 additions and 0 deletions

View File

@@ -111,6 +111,29 @@
"title": "Headcode",
"description": "The headcode of the service"
},
"fd": {
"type": "object",
"title": "False Destination",
"description": "False destination should be preferred on public boards",
"required": ["t", "n"],
"properties": {
"t": {
"type": "string",
"title": "TIPLOC",
"description": "The Destination TIPLOC"
},
"n": {
"type": "string",
"title": "Name",
"description": "The Destination Name"
}
}
},
"v": {
"type": "string",
"title": "via Text",
"description": "via text that should be displayed if present"
},
"sta": {
"type": "string",
"format": "date-time",