Skip to content

Commit

Permalink
change property separators from - to _ (#1)
Browse files Browse the repository at this point in the history
* Update and rename exampleData.json to exampleData.json.md
* Update ctr.json
  • Loading branch information
paulhollmann authored Sep 29, 2023
1 parent 8357357 commit 476934f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
8 changes: 4 additions & 4 deletions edgg/ctr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"frequency": "135.650",
"abbreviation": "PADH",
"description": "Langen Radar PADH",
"schedule-minstation": [
"schedule_minstation": [
"EDLL",
"EDFF"
],
"schedule-groups": [
"schedule_groups": [
"EDLL",
"EDGG"
],
"relevant-airports": [
"relevant_airports": [
"EDDL",
"EDDK"
]
}
]
]
11 changes: 0 additions & 11 deletions exampleData.json

This file was deleted.

16 changes: 16 additions & 0 deletions exampleData.json.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
```
[
{
"logon": "EDXX_XXX_CTR",
"frequency": "199.999",
"abbreviation": "abbr.",
"description": "Bremen/Langen/Muenchen Radar SectorX",
"schedule_minstation": ["EDXX"],
"schedule_groups": ["EDXX"],
"relevant_airports": ["EDXX"]
}
]
```
- `schedule_minstation` (optional) in welcher Buchungsübersicht diese Station auftauchen soll.
- `schedule_groups` (optional) in welcher Buchungsübersicht diese Station auftauchen soll.
- `relevant_airports` (optional) welche Airports werden von der Station gecovered. Beginnt die Station mit dem ICAO Code eines Airports muss dieser hier nicht angegeben werden.

0 comments on commit 476934f

Please sign in to comment.